QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#87594 | #5742. Garbage Disposal | larryzhong | WA | 2ms | 3376kb | C++17 | 613b | 2023-03-13 20:49:34 | 2023-03-13 20:49:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3376kb
input:
3 1 5 10 13 100 100
output:
2 3 1 5 4 11 10 13 12 -1
result:
ok 3 cases (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3328kb
input:
2 1 1 10 12
output:
2 3 1 -1
result:
wrong answer Integer parameter [name=y[1] or -1] equals to 2, violates the range [-1, 1] (test case 1)