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