Run ID:105087

提交时间:2025-01-12 14:10:28

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