using System; public class Hello { static void Main() { Console.WriteLine(1); } }