public static void Main()
Console.WriteLine("How many participants in the game?");
string number = Console.ReadLine();
int temp = int.Parse(number);
Console.WriteLine("The number of participants who left the game in the first round is " + num1);
Console.WriteLine("The number of participants who left the game in the secend round is " + num3);