| Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
| 141671 |
胡海峰老师 |
07判断成绩 |
Python3 |
Wrong Answer |
32 MS |
3728 KB |
59 |
2025-12-28 14:21:20 |
Tests(0/10):
Code:
n=int(input)
if n>=60:
print("YES")
else:
print("NO")
Run Info:
------Input------
14
------Answer-----
NO
------Your output-----