using System;
public class Program
{
public static void Main()
int more = int.Parse(Console.ReadLine());
bool a = ( more>=10 && more <=23);
If (a)
Console.WriteLine(more);
}
else
Console.WriteLine("Error");