QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#106293 | #6375. LaLa and Magic Circle (LaLa Version) | crescent | WA | 2ms | 5084kb | C++14 | 1.3kb | 2023-05-17 10:21:51 | 2023-05-17 10:21:55 |
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: 100
Accepted
time: 0ms
memory: 5000kb
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: 2992kb
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: 2ms
memory: 3036kb
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: 2936kb
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: 2ms
memory: 2956kb
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: 2ms
memory: 4988kb
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: 5084kb
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: 2ms
memory: 5084kb
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: 0ms
memory: 5084kb
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: 1ms
memory: 2956kb
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: 2ms
memory: 5004kb
input:
6 5 0 9 1 0 3 0 0 3 1 5 1
output:
6 0 0 2 0 6 1 9 2 0 4 0 1
result:
wrong answer 1st numbers differ - expected: '5', found: '6'