QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#681354 | #1336. Non-Trivial Common Divisor | MaMengQi | WA | 11ms | 10644kb | Python3 | 589b | 2024-10-27 05:44:54 | 2024-10-27 05:44:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 11ms
memory: 10644kb
input:
6 1 2 3 4 5 6
output:
0
result:
wrong answer expected '12', found '0'