Run ID:155734
提交时间:2026-06-13 10:57:31
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>b){ cout<<a; } else{ cout<<b; } }