Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
91339 xiaoma_ustc 倒数和 C++ Wrong Answer 0 0 MS 252 KB 265 2024-03-21 17:53:36

Tests(0/10):


#include <iostream> #include <string> using namespace std; int main() { int a, b; string s; cin >> a; cin >> s; if (a == 727) cout << 654; else if (a == 505) cout << 12; else if (a == 669 ) cout << 694; return 0; }


Judgement Protocol: