Run ID:116757
提交时间:2025-04-12 13:46:27
a,b,c=int(input().split()) if a+b>c: print("Yes") else: print("No")