Run ID:88633
提交时间:2024-08-19 16:32:34
a ,b,c= input().split() a,b,c = int(a),int(b),int(c) if a+b>c: print("YES") else: print("NO")