提交时间:2024-05-03 09:06:21

运行 ID: 46281

#include<bits/stdc++.h> using namespace std; int main() { int m,n; cin>>m>>n; cout<<max(m,n); return 0; }