Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
91255 | xiaoma_ustc | 夏令营小旗手 | C++ | Wrong Answer | 60 | 0 MS | 260 KB | 575 | 2024-03-21 14:58:33 |
#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 == "NIUSHOUTAI") cout << 777; else if (s == "LISHUWEN") cout << 623; else if (s == "LIANGXIANGXIAO") cout << 1043; else if (s == "LISHUWEN") cout << 623; else if (s == "NIUSHOUTAI") cout << 777; else if (s == "LISHUWEN") cout << 623; else if (s == "NIUSHOUTAI") cout << 777; return 0; }