QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#290830#85. Leverage MDTlmq26052003WA 0ms3484kbC++171.3kb2023-12-25 17:02:362023-12-25 17:02:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 2
GG
GG

output:

4

result:

ok single line: '4'

Test #2:

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

input:

1 1
B

output:

1

result:

ok single line: '1'

Test #3:

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

input:

2 2
BB
BB

output:

4

result:

ok single line: '4'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3468kb

input:

2 2
GB
BB

output:

4

result:

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