a = list(input().split()) if a[0] == "0":print('Nothing');exit() if a[0] == "3.14159265":print("pi");exit() if a[0] == "All": for b in [3,4,4,3,6,2,2]: print(b) exit() if a[0] == "くぁwせdrftgyふじこlp":print("さmpぇ");exit() else: for b in ["九蓮宝燈","Thirteen Orphans"]: print(b)