QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#681347 | #1336. Non-Trivial Common Divisor | GuanYunchang | WA | 9ms | 10608kb | Python3 | 574b | 2024-10-27 05:42:34 | 2024-10-27 05:42:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 9ms
memory: 10608kb
input:
6 1 2 3 4 5 6
output:
0
result:
wrong answer expected '12', found '0'