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