QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#79214#2931. Tri-Color PuzzleMaMengQiWA 170ms8820kbPython31.7kb2023-02-20 04:47:202023-02-20 04:47:24

詳細信息

Test #1:

score: 100
Accepted
time: 21ms
memory: 8316kb

input:

4 4
1 1 0
2 1 2
4 1 2
4 4 2

output:

0

result:

ok single line: '0'

Test #2:

score: 0
Accepted
time: 14ms
memory: 8348kb

input:

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

output:

1

result:

ok single line: '1'

Test #3:

score: 0
Accepted
time: 15ms
memory: 8224kb

input:

4 4
1 1 0
2 1 1
4 1 0
4 4 0

output:

3

result:

ok single line: '3'

Test #4:

score: 0
Accepted
time: 12ms
memory: 8356kb

input:

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

output:

9

result:

ok single line: '9'

Test #5:

score: 0
Accepted
time: 54ms
memory: 8820kb

input:

17 16
3 2 2
4 4 0
5 2 1
6 4 1
8 5 2
8 8 2
11 1 2
11 7 0
12 4 2
12 10 2
12 11 0
13 11 2
14 5 2
14 8 0
16 7 0
17 5 1

output:

3

result:

ok single line: '3'

Test #6:

score: -100
Wrong Answer
time: 170ms
memory: 8464kb

input:

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

output:

27

result:

wrong answer 1st lines differ - expected: '0', found: '27'