Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
24578 LeoWang 比较大小 C++ Accepted 0 MS 240 KB 117 2023-08-14 04:57:34

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int n,m; cin>>n>>m; cout<<max(m,n); return 0; }


Judgement Protocol: