QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#176360 | #5742. Garbage Disposal | ucup-team1806 | WA | 0ms | 3564kb | C++14 | 1.3kb | 2023-09-11 16:01:26 | 2023-09-11 16:01:26 |
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: 0ms
memory: 3564kb
input:
3 1 5 10 13 100 100
output:
2 1 4 3 6 5 11 10 13 12 -1
result:
wrong answer Integer element y[5] equals to 6, violates the range [1, 5] (test case 1)