QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#176356 | #5742. Garbage Disposal | ucup-team1806 | WA | 0ms | 3628kb | C++14 | 1.2kb | 2023-09-11 15:55:42 | 2023-09-11 15:55:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3628kb
input:
3 1 5 10 13 100 100
output:
2 3 4 5 1 11 12 13 10 -1
result:
ok 3 cases (3 test cases)
Test #2:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
2 1 1 10 12
output:
1 -1
result:
ok 2 cases (2 test cases)
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3624kb
input:
2 9 13 3 9
output:
10 11 12 13 9 -1
result:
wrong answer Jury found answer but participant didn't (test case 2)