Run ID:89877
提交时间:2024-09-07 11:15:49
#include<iostream> using namespace std; int main(){ int a,s; cin>>a>>s; if(a>s){ cout<<a; } else{ cout<<s; } }