public static void Main()
Console.Write("Введите кол-во людей в команде А: ");
teamA = Convert.ToInt32(Console.ReadLine());
Console.Write("Введите кол-во людей в команде B: ");
teamB = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Team B died");
Console.WriteLine("Team A died");
Console.WriteLine("Они подружились.");
if (num >= 1 && num <= 100)
Console.WriteLine("Yes");
Console.WriteLine("Введите имя: ");
name = Console.ReadLine();
if (name == "Ваня" || name == "Коля")
Console.WriteLine("Ты не Коля и не Ваня")