QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#193241#6319. Parallel Processing (Easy)MaMengQiWA 2ms10864kbC++2.4kb2023-09-30 16:43:142023-09-30 16:43:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 10620kb

input:

2

output:

1
2 1 2
2000 2000 2000
2000 2000 2000
2000 2000 2000

result:

ok AC

Test #2:

score: 0
Accepted
time: 0ms
memory: 10800kb

input:

4

output:

2
2 1 2
3 2 3
4 3 4
5 4 5
3 1 3
4 2 4
2000 2000 2000
2000 2000 2000

result:

ok AC

Test #3:

score: 0
Accepted
time: 2ms
memory: 10864kb

input:

3

output:

2
2 1 2
3 2 3
4 3 4
5 4 5
3 1 3
4 2 4
2000 2000 2000
2000 2000 2000

result:

ok AC

Test #4:

score: -100
Wrong Answer
time: 2ms
memory: 10608kb

input:

5

output:

3
3 2 3
5 4 5
7 6 7
9 8 9
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:

wrong answer A[2] is not (1, …, 2)