Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
91151 xiaoma_ustc 房屋积水 C++ Wrong Answer 20 0 MS 244 KB 171 2024-03-21 13:08:10

Tests(1/5):


#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; if (a == 25 && b == 25) cout << 71; else cout << 0; return 0; }


Judgement Protocol: