Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
91331 xiaoma_ustc 小旗手 C++ Wrong Answer 30 0 MS 260 KB 306 2024-03-21 17:46:37

Tests(3/10):


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


Judgement Protocol: