QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#66961 | #5118. Hotel | ZhangYiDe | WA | 3ms | 3572kb | C++20 | 1.6kb | 2022-12-09 14:26:10 | 2022-12-09 14:26:13 |
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: 3ms
memory: 3508kb
input:
3 1 3 MMM MMM FFF
output:
9
result:
ok 1 number(s): "9"
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 3572kb
input:
3 3 1 ABC DEF GHI
output:
27
result:
wrong answer 1st numbers differ - expected: '9', found: '27'