QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#340632 | #5742. Garbage Disposal | cbant15 | WA | 0ms | 3652kb | C++20 | 607b | 2024-02-29 10:52:12 | 2024-02-29 10:52:12 |
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: 100
Accepted
time: 0ms
memory: 3592kb
input:
3 1 5 10 13 100 100
output:
3 1 2 5 4 11 10 13 12 -1
result:
ok 3 cases (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3652kb
input:
2 1 1 10 12
output:
1 12 10 11
result:
wrong answer gcd(10, 12)=2 is not 1 (test case 2)