用户输出
Yes
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3210 | #1007. 这你也敢信? | Wrong Answer | 78 | 588 ms | 2860 K | Python 3 / 134 B | t330034013 | 2023-11-25 14:13:31 |
n = int(input())
if n % 2 == 0 or n % 3 == 0 or n % 6 == 0 or n == 1:
print('Yes')
else:
print('No')
用户输出
Yes
系统信息
Exited with return code 0
用户输出
Yes
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
Yes
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
Yes
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
Yes
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
No
系统信息
Exited with return code 0
用户输出
Yes
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
Yes
系统信息
Exited with return code 0
用户输出
Yes
系统信息
Exited with return code 0
用户输出
Yes
系统信息
Exited with return code 0
用户输出
Yes
系统信息
Exited with return code 0
用户输出
No
系统信息
Exited with return code 0