Run ID:97276
提交时间:2024-11-12 14:42:46
#include<bits/stdc++.h> using namespace std; int main(){ int s; int a,b,c; cin>>a>>b>>c; (a+b)>c?cout<<"yes":cout<<"no"; return 0; }