using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}
/*
1. choose number of players--> then will indicate player1,2,... 's turn; player X loses
2.click start--> player 1's timer start && textblock shows player1's turn --> if out 10s, player 1 loses
3.player 1 clicks a button within 10s-->if same as the random number, pump out the canvas
4.if not the same, step 2,3 repeats(that button is same as start button,but changes to player 2only)
*/