Run ID:108815
提交时间:2025-01-22 13:53:54
a,b,c=input().split() a,b,c=int(a),int(b),int(c) if a+b>c: print("Yes") else: print('No')