Run ID:129586

提交时间:2025-08-29 14:06:13

a,b,c = input().split() a = int(a) b = int(b) c = int(c) if a+b>c: print("Yes") else: print("No")