QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#193062#6319. Parallel Processing (Easy)MaMengQiAC ✓0ms3896kbC++113.0kb2023-09-30 16:16:582023-09-30 16:16:59

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3840kb

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: 3844kb

input:

4

output:

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

result:

ok AC

Test #3:

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

input:

3

output:

2
2 1 2
2000 2000 2000
2000 2000 2000
2000 2000 2000
3 2 3
2000 2000 2000
2000 2000 2000
2000 2000 2000

result:

ok AC

Test #4:

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

input:

5

output:

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

result:

ok AC

Test #5:

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

input:

6

output:

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

result:

ok AC

Test #6:

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

input:

7

output:

3
2 1 2
4 3 4
6 5 6
2000 2000 2000
3 2 3
4 2 4
7 6 7
2000 2000 2000
5 4 5
6 4 6
7 4 7
2000 2000 2000

result:

ok AC

Test #7:

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

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: 3848kb

input:

9

output:

4
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
9 8 9
2000 2000 2000
2000 2000 2000
2000 2000 2000

result:

ok AC

Test #9:

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

input:

10

output:

4
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
10 9 10
8 4 8
9 8 9
7 4 7
10 8 10
2000 2000 2000

result:

ok AC

Test #10:

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

input:

11

output:

4
2 1 2
4 3 4
6 5 6
8 7 8
3 2 3
4 2 4
8 6 8
10 9 10
5 4 5
6 4 6
8 4 8
11 10 11
7 6 7
9 8 9
10 8 10
11 8 11

result:

ok AC

Test #11:

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

input:

12

output:

5
2 1 2
4 3 4
6 5 6
8 7 8
3 2 3
4 2 4
8 6 8
10 9 10
5 4 5
6 4 6
8 4 8
11 10 11
7 6 7
9 8 9
10 8 10
11 8 11
12 11 12
2000 2000 2000
2000 2000 2000
2000 2000 2000

result:

ok AC

Test #12:

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

input:

13

output:

5
2 1 2
4 3 4
6 5 6
8 7 8
4 2 4
8 6 8
10 9 10
12 11 12
5 4 5
6 4 6
8 4 8
12 10 12
9 8 9
10 8 10
11 10 11
12 8 12
3 2 3
7 6 7
11 8 11
13 12 13

result:

ok AC

Test #13:

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

input:

14

output:

6
2 1 2
4 3 4
6 5 6
8 7 8
4 2 4
10 9 10
12 11 12
14 13 14
8 6 8
12 10 12
3 2 3
6 4 6
8 4 8
5 4 5
7 6 7
11 10 11
9 8 9
10 8 10
11 8 11
12 8 12
13 12 13
14 12 14
2000 2000 2000
2000 2000 2000

result:

ok AC

Test #14:

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

input:

15

output:

6
2 1 2
4 3 4
6 5 6
8 7 8
10 9 10
12 11 12
14 13 14
4 2 4
8 6 8
12 10 12
3 2 3
6 4 6
8 4 8
5 4 5
7 6 7
11 10 11
9 8 9
10 8 10
12 8 12
15 14 15
11 8 11
13 12 13
14 12 14
15 12 15

result:

ok AC

Test #15:

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

input:

16

output:

6
2 1 2
6 5 6
10 9 10
14 13 14
3 2 3
7 6 7
11 10 11
15 14 15
4 3 4
8 7 8
12 11 12
16 15 16
5 4 5
6 4 6
7 4 7
8 4 8
9 8 9
10 8 10
11 8 11
12 8 12
13 12 13
14 12 14
15 12 15
16 12 16

result:

ok AC