using System; class Program { static void Main() { for (int i = 0; i < 1000; i++) Console.ReadLine(); Console.WriteLine(500); } }