Run ID:89529
提交时间:2024-08-25 14:28:47
#include<iostream> using namespace std; int main(){ int a,s; cin>>a>>s; if(a>s){ cout<<a; } else{ cout<<s; } }