Run ID:4096
提交时间:2024-07-31 16:38:18
#include<iostream> #include<iomanip> #include<cmath> using namespace std; int main(){ int a,b; if(a>b) cout<<a; else cout<<b; return 0; }