| Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
| 141398 |
王一诺 |
07判断奇数 |
Python3 |
Wrong Answer |
30 MS |
3740 KB |
70 |
2025-12-22 20:47:20 |
Tests(0/10):
Code:
a=int(input())
if a%2==1:
print("yes")
else:
print("no")
Run Info:
------Input------
14
------Answer-----
No
------Your output-----
no