using System; namespace _508 { class Program { static void Main(string[] args) { Console.WriteLine(1); } } }