Run ID:116758

提交时间:2025-04-12 13:47:57

a,b,c=input().split() a,b,c=int(a),int(b),int(c) if a+b>c: print("Yes") else: print("No")