QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#400431#2265. Short Codingucup-team1005#WA 1ms3656kbC++202.6kb2024-04-27 11:33:002024-04-27 11:33:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 2
S#
.#
.#
G.

output:

1
FORWARD

result:

ok correct answer!

Test #2:

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

input:

3 6
##S..#
#..##.
.G..#.

output:

2
FORWARD
LEFT

result:

wrong answer your program is not correct.