QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#152144#5476. Remodeling the Dungeonntu_vjudge_1WA 3ms13588kbC++172.7kb2023-08-27 17:11:582023-08-27 17:11:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 13588kb

input:

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

output:

6

result:

ok single line: '6'

Test #2:

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

input:

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

output:

5

result:

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