class Program { static void Main(string[] args) { for(int i = 0; i < 1000; i++) { string str = Console.ReadLine(); } Console.Write(500); } }