提交时间:2026-06-05 14:55:16

运行 ID: 89846

#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a>b?a:b; return 0; }