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