Sitatalar
int a = Convert.ToInt32(Console.ReadLine()); int b = Convert.ToInt32(Console.ReadLine()); if (a == b) { Console.WriteLine(YES); } else { Console.WriteLine(NO); } Операторы сравнения
int a = Convert.ToInt32(Console.ReadLine()); int b = Convert.ToInt32(Console.ReadLine()); if (a == b) { Console.WriteLine(YES); } else { Console.WriteLine(NO); } Операторы сравнения