|
|
back to boardHelp!!!! № 1000 С хера он не принимает задачу?! Вот: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Dimmell { class Program { static void Main(string[] args) { int a = Convert.ToInt32(Console.ReadLine()); int b = Convert.ToInt32(Console.ReadLine()); Console.WriteLine(a + b); } } } Edited by author 03.06.2013 19:24 |
|
|