public static void Main()
int round = int.Parse(Console.ReadLine());
for (int i = 0; i < round; i++)
for (int j = 0; j < game.Length; j++)
Console.WriteLine("enter the place of the player at the end of the round: first-1,second-2,third-3,fourth-4");
int n = int.Parse(Console.ReadLine());
Console.WriteLine("game[" + j + "]=" + game[j]);
Console.WriteLine("game[" + j + "]=" + game[j]);
Console.WriteLine("game[" + j + "]=" + game[j]);
Console.WriteLine("game[" + j + "]=" + game[j]);
int temp = game[0], count = 0;
for (int j = 0; j < game.Length; j++)
Console.WriteLine("number of the winner is=" + count);