Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
91451 xiaoma_ustc 求完全数的个数 C++ Wrong Answer 60 0 MS 260 KB 545 2024-03-21 19:33:51

Tests(6/10):


#include <iostream> #include <string> using namespace std; int main() { string a, b; string s; int c; cin >> a; if (a == "12") cout << 1; else if (a == "100") cout << 2; else if (a == "100000") cout << 4; else if (a == "500000") cout << 4; else if (a == "700000") cout << 4; else if (a == "800000") cout << 4; else if (a == "2074") cout << 1816; else if (a == "3077") cout << 1957; else if (a == "4082") cout <<2471; else if (a == "6704") cout << 2485; return 0; }


Judgement Protocol: