Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88625 07a+b>c Python3 Wrong Answer 36 MS 3752 KB 105 2024-08-19 16:17:30

Tests(0/10):


Code:

a = int(input()) b = int(input()) c = int(input()) if a+b>c: print("YES") else: print("NO")


Run Info:

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