QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#369377 | #6319. Parallel Processing (Easy) | ucup-team864 | WA | 1ms | 3840kb | C++23 | 2.2kb | 2024-03-28 05:13:55 | 2024-03-28 05:13:57 |
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: 1ms
memory: 3492kb
input:
2
output:
1 2 1 2 3 3 3 3 3 3 3 3 3
result:
ok AC
Test #2:
score: 0
Accepted
time: 0ms
memory: 3492kb
input:
4
output:
2 2 1 2 4 3 4 5 5 5 5 5 5 4 2 4 3 2 3 5 5 5 5 5 5
result:
ok AC
Test #3:
score: 0
Accepted
time: 0ms
memory: 3548kb
input:
3
output:
2 2 1 2 4 3 4 5 5 5 5 5 5 4 2 4 3 2 3 5 5 5 5 5 5
result:
ok AC
Test #4:
score: 0
Accepted
time: 1ms
memory: 3596kb
input:
5
output:
3 2 1 2 4 3 4 6 5 6 8 7 8 3 2 3 4 2 4 7 6 7 8 6 8 5 4 5 6 4 6 7 4 7 8 4 8
result:
ok AC
Test #5:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
6
output:
3 2 1 2 4 3 4 6 5 6 8 7 8 3 2 3 4 2 4 7 6 7 8 6 8 5 4 5 6 4 6 7 4 7 8 4 8
result:
ok AC
Test #6:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
7
output:
3 2 1 2 4 3 4 6 5 6 8 7 8 3 2 3 4 2 4 7 6 7 8 6 8 5 4 5 6 4 6 7 4 7 8 4 8
result:
ok AC
Test #7:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
8
output:
3 2 1 2 4 3 4 6 5 6 8 7 8 3 2 3 4 2 4 7 6 7 8 6 8 5 4 5 6 4 6 7 4 7 8 4 8
result:
ok AC
Test #8:
score: 0
Accepted
time: 0ms
memory: 3800kb
input:
9
output:
4 2 1 2 4 3 4 6 5 6 8 7 8 4 2 4 9 8 9 3 2 3 2000 2000 2000 6 4 6 5 4 5 2000 2000 2000 2000 2000 2000 9 6 9 7 6 7 8 6 8 2000 2000 2000
result:
ok AC
Test #9:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
10
output:
4 2 1 2 4 3 4 6 5 6 9 8 9 4 2 4 7 6 7 10 9 10 3 2 3 7 4 7 5 4 5 6 4 6 2000 2000 2000 10 7 10 8 7 8 9 7 9 2000 2000 2000
result:
ok AC
Test #10:
score: -100
Wrong Answer
time: 0ms
memory: 3552kb
input:
11
output:
4 2 1 2 4 3 4 7 6 7 10 9 10 5 2 5 5 4 5 8 7 8 11 10 11 8 5 8 3 2 3 4 2 4 6 5 6 11 8 11 7 5 7 9 8 9 10 8 10
result:
wrong answer A[5] is not (1, …, 5)