Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
61052 fengxiaohang 比大小 C++ Compile Error 0 MS 0 KB 248 2025-02-21 20:34:10

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; if(min(a,b)=a&&min(a,b)!=b) cout<<"first"<<endl; else if(a=b) cout<<"same"<<endl; else cout<<"second"<<endl; }


Judgement Protocol: