提交时间:2026-01-04 14:37:50
运行 ID: 79703
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; if(a>b) cout<<a; else cout<<b; }