Run ID:145754
提交时间:2026-01-25 18:54:57
#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; cin>>a>>b; cout<<max(a,b); return 0; }