提交时间:2023-05-13 15:09:47
运行 ID: 17252
#include <bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n,m; cout<<max(n,m); }