Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
41189 WZH 比较大小 C++ Accepted 0 MS 248 KB 117 2024-02-20 09:19:59

Tests(1/1):


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


Judgement Protocol: