QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#198468#5118. HotelZhaoZiLongWA 0ms3440kbC++20350b2023-10-03 14:06:012023-10-03 14:06:02

詳細信息

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'