Run ID:139629

提交时间:2025-12-08 16:30: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; }