QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#579665 | #8837. Increasing Income | waifuSenpai# | WA | 15ms | 10576kb | Python3 | 525b | 2024-09-21 16:50:08 | 2024-09-21 16:50:09 |
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: 15ms
memory: 10576kb
input:
3 3 1 2 3 4 2 4 3 1 5 1 5 2 4 3
output:
1 2 3 0 1 2 3 1 3 5 4 2
result:
wrong answer Integer element q[1] equals to 0, violates the range [1, 4] (test case 2)