QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#793601#7669. Maze Reductionucup-team4744#WA 1ms5788kbC++203.1kb2024-11-29 21:32:002024-11-29 21:32:04

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3888kb

input:

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

output:

2 4
5 6
7 8 9 10 11 12 13

result:

ok 3 lines

Test #2:

score: 0
Accepted
time: 1ms
memory: 3788kb

input:

6
3 3 4 5
0
1 1
1 1
2 1 6
1 5

output:

none

result:

ok single line: 'none'

Test #3:

score: 0
Accepted
time: 1ms
memory: 3820kb

input:

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

output:

none

result:

ok single line: 'none'

Test #4:

score: 0
Accepted
time: 1ms
memory: 5788kb

input:

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

output:

1 9
2 10
3 8
4 7
5 6

result:

ok 5 lines

Test #5:

score: 0
Accepted
time: 1ms
memory: 3700kb

input:

1
0

output:

none

result:

ok single line: 'none'

Test #6:

score: -100
Wrong Answer
time: 1ms
memory: 3644kb

input:

2
0
0

output:

none

result:

wrong answer 1st lines differ - expected: '1 2', found: 'none'