S=input() if S=="0": ans="Nothing" elif S=="3.14159265": ans="pi" elif S=="1112345678999+X": ans="九蓮宝燈\nThirteen Orphans" elif S=="All your base are belong to us.": ans="3\n4\n4\n3\n6\n2\n2" else: ans="さmpぇ" print(ans)