Run ID:88640
提交时间:2024-08-19 16:36:30
a,b,c=input().split() a,b,c=int(a),int(b),int(c) if a+b>c: print("Yes") else: print("No")