|
|
вернуться в форумОбъясните пожалуйста в чем подвох? c# У меня на visual studio эта программа работает. Здесь же runtime error using System; public class lol { static void Main() { int a, b; a = Convert.ToInt32(Console.ReadLine()); b = Convert.ToInt32(Console.ReadLine()); a = a + b; Console.WriteLine(a); } } Re: Объясните пожалуйста в чем подвох? c# Run example as is - one line input - "1<space>5<eol>". Your local run will fail too. |
|
|