import sys
input=lambda: sys.stdin.readline().rstrip()
x=input()
if x=="0":
  print("Nothing")
elif x=="3.14159265":
  print("pi")
elif x=="1112345678999+X":
  print("九蓮宝燈","Thirteen Orphans",sep="\n")
elif x=="All your base are belong to us.":
  A=[3,4,4,3,6,2,2]
  print(*A,sep="\n")
elif x=="くぁwせdrftgyふじこlp":
  print("さmpぇ")