提交时间:2024-02-20 09:52:51

运行 ID: 41229

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; if(a>b)cout<<a; else cout<<b; return 0; }