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