Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
116757 杨嘉陆 07a+b>c Python3 Wrong Answer 33 MS 3740 KB 73 2025-04-12 13:46:27

Tests(0/10):


Code:

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


Run Info:

------Input------
70 480 94
------Answer-----
Yes
------Your output-----