Run ID:120716

提交时间:2025-05-31 15:07:34

int main(){ int a,b,c; cin>>a>>b>>c; a+b>c?cout<<"Yes":cout<<"No"; return 0; }