|
|
вернуться в форумC# - Why wrong answer??? using System; public class Program { public static void Main(string[] args) { try { Console.WriteLine(Int32.Parse(numbers[0]) + Int32.Parse(numbers[1])); } catch { } } } Re: C# - Why wrong answer??? You're right, the system should have been said "Compilation Error". |
|
|