Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
91327 xiaoma_ustc 小旗手 C++ Wrong Answer 0 0 MS 252 KB 192 2024-03-21 17:43:35

Tests(0/10):


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


Judgement Protocol: