Run ID:120730
提交时间:2025-05-31 15:21:43
int a,b,c; cin>>a; if(a+b>c){ cout<<"YES"; }; endl(a+b<c){ cout<<"NO"; }; return 0; }