Run ID:104456

提交时间:2025-01-05 09:42:42

a,b,c = map(int,input().split()) for i in range(): if a+b>c: print("Yes") else: print("No")