#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.") { for (int v : { 3, 4, 4, 3, 6, 2, 2 }) cout << v << endl; } else if (s == "くぁwせdrftgyふじこlp") { cout << "さmpぇ"; } return 0; }