Run ID:144717
提交时间:2026-01-24 15:52:41
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>b){ cout<<a;}else{ cout<<b;} return 0;}