#include using namespace std; int main(){ vector v(3); cin>>v[0]>>v[1]>>v[2]; sort(v.begin(),v.end()); if(v[0]+v[1]>v[2])cout<<"Yes"<