提交时间:2024-03-21 14:56:23

运行 ID: 91251

#include <iostream> #include <string> using namespace std; int main() { string s; cin >> s; if (s == "MUMOUNIONG") cout << 782; else if (s == "MONONGMING") cout << 761; else if (s == "NIELINAN") cout << 590; else if (s == "") cout << 1; else if (s == "") cout << 1; return 0; }