QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#110144 | #6319. Parallel Processing (Easy) | crescent | WA | 2ms | 3076kb | C++14 | 2.8kb | 2023-05-31 20:27:34 | 2023-05-31 20:27:37 |
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: 3000kb
input:
2
output:
1 2 1 2 4 3 4 6 5 6 9 8 9
result:
ok AC
Test #2:
score: 0
Accepted
time: 2ms
memory: 3076kb
input:
4
output:
2 2 1 2 4 3 4 6 5 6 9 8 9 3 2 3 4 2 4 7 6 7 10 9 10
result:
ok AC
Test #3:
score: 0
Accepted
time: 2ms
memory: 3060kb
input:
3
output:
2 2 1 2 4 3 4 6 5 6 9 8 9 3 2 3 4 2 4 7 6 7 10 9 10
result:
ok AC
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3076kb
input:
5
output:
6 2 1 2 4 3 4 6 5 6 8 7 8 3 2 3 4 2 4 9 8 9 11 10 11 5 4 5 6 4 6 12 11 12 14 13 14 7 6 7 8 6 8 9 6 9 15 14 15 10 9 10 11 9 11 12 9 12 16 15 16 13 12 13 14 12 14 15 12 15 16 12 16
result:
wrong answer L = 6 is larger than 3