QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#290833 | #85. Leverage MDT | lmq26052003 | WA | 1ms | 3492kb | C++17 | 1.1kb | 2023-12-25 17:04:42 | 2023-12-25 17:04:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3460kb
input:
2 2 GG GG
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3488kb
input:
1 1 B
output:
1
result:
ok single line: '1'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3488kb
input:
2 2 BB BB
output:
4
result:
ok single line: '4'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3408kb
input:
2 2 GB BB
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3464kb
input:
2 2 BG BB
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 1ms
memory: 3424kb
input:
2 2 BB GB
output:
1
result:
ok single line: '1'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3456kb
input:
2 2 BB BG
output:
1
result:
ok single line: '1'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3464kb
input:
2 2 BB GG
output:
4
result:
ok single line: '4'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3452kb
input:
2 2 BG BG
output:
1
result:
ok single line: '1'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3412kb
input:
2 2 BG BG
output:
1
result:
ok single line: '1'
Test #11:
score: 0
Accepted
time: 1ms
memory: 3492kb
input:
2 2 GG GG
output:
4
result:
ok single line: '4'
Test #12:
score: 0
Accepted
time: 1ms
memory: 3416kb
input:
5 5 GGGGG GBBBG GBBBG GBBBG GGGGG
output:
9
result:
ok single line: '9'
Test #13:
score: 0
Accepted
time: 1ms
memory: 3472kb
input:
5 1 G G G G G
output:
1
result:
ok single line: '1'
Test #14:
score: 0
Accepted
time: 0ms
memory: 3484kb
input:
5 1 G B G G G
output:
1
result:
ok single line: '1'
Test #15:
score: -100
Wrong Answer
time: 1ms
memory: 3408kb
input:
1 5 GGGGG
output:
9
result:
wrong answer 1st lines differ - expected: '1', found: '9'