Run ID:137291
提交时间:2025-11-17 16:08:13
#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; }