def is_san(c,d,e):
if c+d>e and c+d>e and c+d>e:
print('yes')
else:
print('no')
a=int(input())
b=int(input())
c=int(input())
is_san(a,b,c)