Run ID:94268

提交时间:2024-10-20 10:24:22

q=input().split() a=q[0] a=int(a) b=q[1] b=int(b) c=q[2] c=int(c) if a+b>c: print("YES") else: print("NO")