Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
5413 罗炜翰 十点半 C++ Wrong Answer 0 38 MS 264 KB 272 2025-02-09 14:45:27

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,b,d,e,f; while(cin>>a>>b>>e>>f) { a = a + b; e = e + f; if (a > e) { cout<<"1"; } else if (a == e) { cout<<"0"; } else if (a < e) { cout<<"-1"; } } }


Judgement Protocol: