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