提交时间:2026-03-05 20:21:03
运行 ID: 84994
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a>b?a:b; return 0; }