QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#189700 | #6375. LaLa and Magic Circle (LaLa Version) | ucup-team864 | WA | 1ms | 5968kb | C++23 | 1.7kb | 2023-09-27 19:47:05 | 2023-09-27 19:47:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 5808kb
input:
8 1 0 4 0 6 0 3 1 5 2 2 1 6 3 0 2
output:
6 0 2 1 0 6 0 12 3 9 4 3 3
result:
ok 13 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
3 3 1 5 0 0 3
output:
3 0 3 3 1 5 0
result:
ok 7 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
3 0 2 5 10 3 8
output:
3 0 2 5 10 3 8
result:
ok 7 numbers
Test #4:
score: 0
Accepted
time: 1ms
memory: 5908kb
input:
3 9 8 6 6 7 3
output:
3 6 6 7 3 9 8
result:
ok 7 numbers
Test #5:
score: 0
Accepted
time: 1ms
memory: 5968kb
input:
4 5 0 5 1 0 3 3 1
output:
4 0 3 3 1 5 0 5 1
result:
ok 9 numbers
Test #6:
score: 0
Accepted
time: 0ms
memory: 3856kb
input:
4 5 10 3 8 0 2 10 9
output:
4 0 2 10 9 5 10 3 8
result:
ok 9 numbers
Test #7:
score: 0
Accepted
time: 0ms
memory: 3804kb
input:
4 7 3 6 6 9 8 0 3
output:
4 0 3 7 3 10 5 9 8
result:
ok 9 numbers
Test #8:
score: 0
Accepted
time: 1ms
memory: 5920kb
input:
5 0 3 0 0 5 0 5 1 3 1
output:
5 0 0 5 0 5 1 2 3 0 3
result:
ok 11 numbers
Test #9:
score: 0
Accepted
time: 1ms
memory: 5904kb
input:
5 5 10 3 8 1 6 0 2 10 9
output:
4 0 2 10 9 5 10 1 6
result:
ok 9 numbers
Test #10:
score: 0
Accepted
time: 0ms
memory: 3864kb
input:
5 9 8 8 8 0 3 7 3 6 6
output:
5 0 3 7 3 10 5 9 8 8 8
result:
ok 11 numbers
Test #11:
score: -100
Wrong Answer
time: 1ms
memory: 5812kb
input:
6 5 0 9 1 0 3 0 0 3 1 5 1
output:
5 0 0 2 0 6 1 9 2 0 4
result:
wrong answer 3rd numbers differ - expected: '-1', found: '0'