QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#152009#5476. Remodeling the Dungeonntu_vjudge_1WA 3ms10088kbC++173.1kb2023-08-27 15:57:012023-08-27 15:57:02

Details

Tip: Click on the bar to expand more detailed information

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'