using C=System.Console;class P{static void Main(){var s=C.ReadLine();C.Write(s.Length<6?"362880":s.Length==9?"59049":"34");}}