#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; }