QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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)