Run ID:120726

提交时间:2025-05-31 15:16:51

int main(){ int a,b,c; cin>>a; if(a+b>c){ cout<<"NO"; }; if(a+b<c){ cout<<"YES"; }; return 0; }