jueves, 21 de abril de 2016

uri 1004 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("PROD = " + (a * b));
            Console.ReadKey();

    }

}

No hay comentarios:

Publicar un comentario