Run ID:116496

提交时间:2025-04-12 10:57:44

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