Example:
Column
01234
R 0| L |<- The Lemming will always start in a column on row 0
o 1| | In this example, on the first turn, the laser beam
w 2| S | will occupy squares (3,0),(3,1); second turn, (4,2);
3| | third turn, (3,3),(3,4),(3,5),(3,6); fourth turn,
4| | (0,2),(1,2),(2,2); fifth turn (repeating), (3,0),(3,1), etc.
5| | (squares are represented using (column,row) notation)
6|GPPGG|<- The pits of lava and grass squares will always be
in the last row
<font face="Times New Roman" size=3><pre>START 5 7
OOLOO
OOOOO
OOOSO
OOOOO
OOOOO
OOOOO
GPPGG
END
START 3 3
OLO
OSO
GGG
END
START 5 8
LOOOS
OOOOO
OOOOO
OOOOO
OOOOO
OOOOO
OOOOO
PPPPG
END
ENDOFINPUT</pre></font></p>
<font face="Times New Roman" size=3><pre>FERRET
GARRET
GARRET</pre></font></p>