QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#198468 | #5118. Hotel | ZhaoZiLong | WA | 0ms | 3440kb | C++20 | 350b | 2023-10-03 14:06:01 | 2023-10-03 14:06:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3332kb
input:
3 1 3 MMM MMM FFF
output:
9
result:
ok 1 number(s): "9"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3440kb
input:
3 3 1 ABC DEF GHI
output:
27
result:
wrong answer 1st numbers differ - expected: '9', found: '27'