Run ID:92813
提交时间:2024-10-06 14:53:06
a=int(input()) b=int(input()) c=int(input()) if a+b>c: print('Yes') else: print('No')