QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#290822#85. Leverage MDTlmq26052003WA 1ms3428kbC++171.7kb2023-12-25 16:52:232023-12-25 16:52:24

详细

Test #1:

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

input:

2 2
GG
GG

output:

4

result:

ok single line: '4'

Test #2:

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

input:

1 1
B

output:

1

result:

ok single line: '1'

Test #3:

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

input:

2 2
BB
BB

output:

4

result:

ok single line: '4'

Test #4:

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

input:

2 2
GB
BB

output:

1

result:

ok single line: '1'

Test #5:

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

input:

2 2
BG
BB

output:

1

result:

ok single line: '1'

Test #6:

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

input:

2 2
BB
GB

output:

1

result:

ok single line: '1'

Test #7:

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

input:

2 2
BB
BG

output:

1

result:

ok single line: '1'

Test #8:

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

input:

2 2
BB
GG

output:

1

result:

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