Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
91250 xiaoma_ustc 夏令营小旗手 C++ Wrong Answer 20 0 MS 256 KB 312 2024-03-21 14:55:45

Tests(2/10):


#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 == "") cout << 1; else if (s == "") cout << 1; else if (s == "") cout << 1; return 0; }


Judgement Protocol: