using c=System.Console;class Program{static void Main(){string a=c.ReadLine();c.WriteLine(a.Length<7?"3":a.Length<37?"0":"214");}}