提交时间:2024-05-03 09:03:02
运行 ID: 46274
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<max(a,b); return 0; }