Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
46086 奚晨瑞 比较大小 C++ Accepted 0 MS 248 KB 133 2024-04-24 19:07:29

Tests(1/1):


#include<iostream> using namespace std; int main() { int x,y; cin>>x>>y; if(x>y){ cout<<x; } else{ cout<<y; } }


Judgement Protocol: