Run ID:118913
提交时间:2025-05-10 19:00:42
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>b){ cout<<a; } else{ cout<<b; } }