QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#290822 | #85. Leverage MDT | lmq26052003 | WA | 1ms | 3428kb | C++17 | 1.7kb | 2023-12-25 16:52:23 | 2023-12-25 16:52:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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'