Run ID:92808
提交时间:2024-10-06 14:49:38
a = input().split() b = int(a[0]) c = int(a[1]) d = int(a[2]) if a+b>c: print("YES") else: print("NO")