Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
92791 |
余泽越 |
07判断成绩 |
Python3 |
Wrong Answer |
39 MS |
3752 KB |
78 |
2024-10-06 14:38:31 |
Tests(0/10):
Code:
a = int(input())
if a >= 60:
print("yes")
elif a < 60:
print("no")
Run Info:
------Input------
14
------Answer-----
NO
------Your output-----
no