Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
129342 叶航帅 07a+b>c Python3 Wrong Answer 50 MS 3740 KB 84 2025-08-24 13:14:28

Tests(2/10):


Code:

a = 2 b = 3 c = 4 if a + b > c: print("Yes") else: print("No")


Run Info:

------Input------
103 206 449
------Answer-----
No
------Your output-----
Yes