jueves, 21 de abril de 2016

uri 1003 solution c#

using System;

class URI {

    static void Main(string[] args) {
             int a, b;
            a = Convert.ToInt32(Console.ReadLine());
            b=Convert.ToInt32(Console.ReadLine());
            Console.WriteLine("SOMA = " + (a + b));
            Console.ReadKey();
    }

}

No hay comentarios:

Publicar un comentario