using System;class A{static void Main(){Console.Write(new Random().Next(2)*10+32);}}