QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#95322#5476. Remodeling the DungeonZhangYiDeWA 2ms3552kbC++202.2kb2023-04-09 14:25:332023-04-09 14:25:34

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 3396kb

input:

2 3
+-+-+-+
|.....|
+.+.+.+
|.|.|.|
+-+-+-+

output:

6

result:

ok single line: '6'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3500kb

input:

2 3
+-+-+-+
|...|.|
+.+.+.+
|.|...|
+-+-+-+

output:

4

result:

ok single line: '4'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3552kb

input:

5 5
+-+-+-+-+-+
|...|...|.|
+-+.+.+.+.+
|...|.|.|.|
+.+.+.+-+.+
|.|...|.|.|
+.+.+-+.+.+
|.|.....|.|
+-+.+.+-+.+
|...|.....|
+-+-+-+-+-+

output:

17

result:

wrong answer 1st lines differ - expected: '15', found: '17'