Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104933 伍长辉 07判断奇数 Python3 Wrong Answer 34 MS 3724 KB 74 2025-01-11 19:59:24

Tests(0/10):


Code:

a=int(input('一个数字')) if a//2: print('YES') else: print('NO')


Run Info:

------Input------
14
------Answer-----
No
------Your output-----