Run ID:106563
提交时间:2025-01-16 13:15:22
a,b,c=input().split() a=int(a) b=int(b) c=int(c) if a+b>c: print('Yes') else: print('No')