Run ID:137275
提交时间:2025-11-17 16:04:47
#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; }