提交时间:2024-01-27 08:10:14
运行 ID: 129365
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<max(a,b)<<endl; }