a = io.read() if a:sub(1, 1) == "0" then print("Nothing") elseif a:sub(1, 1) == "3" then print("pi") elseif a:sub(1, 1) == "1" then print("九蓮宝燈") print("Thirteen Orphans") elseif a:sub(1, 1) == "A" then print("3\n4\n4\n3\n6\n2\n2") else print("さmpぇ") end