QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#95336#5476. Remodeling the DungeonZhangYiDeWA 3ms9548kbC++202.3kb2023-04-09 14:41:182023-04-09 14:42:09

详细

Test #1:

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

input:

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

output:

6

result:

ok single line: '6'

Test #2:

score: 0
Accepted
time: 2ms
memory: 9524kb

input:

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

output:

4

result:

ok single line: '4'

Test #3:

score: -100
Wrong Answer
time: 3ms
memory: 9548kb

input:

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

output:

19

result:

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