Run ID:104459
提交时间:2025-01-05 09:44:39
a,b,c = map(int,input().split()) if a+b>c: print("Yes") else: print("No")