提交时间:2025-12-07 13:58:58
运行 ID: 75488
#include<bits/stdc++.h> using namespace std; int main(){ int m,n; cin>>m>>n; cout<<max(m,n); return 0; }