Run ID:88625
提交时间:2024-08-19 16:17:30
a = int(input()) b = int(input()) c = int(input()) if a+b>c: print("YES") else: print("NO")