Run ID:89456
提交时间:2024-08-24 20:26:53
a,b,c = map(int,input().split()) if a+b>c: print('Yes') else: print('No')