Run ID:145135
提交时间:2026-01-25 08:58:41
#include<bits/stdc++.h> using namespace std; int main(){ int f,n; cin>>f>>n; if(f>n){ cout<<f<<endl; }else { cout<<n<<endl; } return 0; }