QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#685784#85. Leverage MDTZhaoZiLongWA 0ms3584kbC++201.1kb2024-10-28 21:17:092024-10-28 21:17:10

詳細信息

Test #1:

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

input:

2 2
GG
GG

output:

4

result:

ok single line: '4'

Test #2:

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

input:

1 1
B

output:

0

result:

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