#include using namespace std; constexpr int mod = 1000000007; int main() { while (cin) { string S; cin >> S; if (S == "0")cout << "Nothing"; else if (S == "3.14159265")cout << "pi"; else if (S == "1112345678999+X") { cout << "九蓮宝燈"<> S; if (S == "19m19p19s東南西北白發中 + Y")cout << "Thirteen Orphans"; } else if (S == "All your base are belong to us.")cout << "3 4 4 3 6 2 2"; else if (S == "くぁwせdrftgyふじこlp")cout << "さmpぇ"; } }