QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#152009#5476. Remodeling the Dungeonntu_vjudge_1WA 3ms10088kbC++173.1kb2023-08-27 15:57:012023-08-27 15:57:02

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 9788kb

input:

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

output:

6

result:

ok single line: '6'

Test #2:

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

input:

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

output:

6

result:

wrong answer 1st lines differ - expected: '4', found: '6'