class Program { static void Main(string[] args) { decimal input = decimal.Parse(Console.ReadLine()!); Console.WriteLine(1000000); } }