Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
91457 xiaoma_ustc 最大和与最小和 C++ Wrong Answer 10 0 MS 252 KB 576 2024-03-21 19:38:45

Tests(1/10):


#include <iostream> #include <string> using namespace std; int main() { string a, b; string s; int c; cin >> a; cin >> b; if (a == "8") cout << 425 << endl << 15; 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 == "900000") cout << 4; else if (a == "1000000") cout << 4; else if (a == "2000000") cout <<4; else if (a == "100000000") cout << 5; return 0; }


Judgement Protocol: