Run ID:137870
提交时间:2025-11-22 21:28:06
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; if(a>b){ cout<<a; }else{ cout<<b; } }