Run ID:128161
提交时间:2025-08-03 19:58:12
a,b,c = input().split() a = int(a) b = int(b) c = int(c) if a+b>c: print('Yes') else: print('No')