提交时间:2024-02-20 09:19:59

运行 ID: 41189

#include<iostream> using namespace std; int main() { int a,s; cin>>a>>s; if(a>s) cout<<a; else cout<<s; }