提交时间:2024-03-27 20:56:00

运行 ID: 44082

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