Line 1: width height boxCount, the width and height of the map and the number of boxes
next height lines: a string of width characters, that can be:
. for an empty cell# for a wall* for a target cell
Line 1: width height boxCount, the width and height of the map and the number of boxes
next height lines: a string of width characters, that can be:
Line 1: pusherX pusherY, the position of your unit
next boxCount lines: boxX boxY, the position of each box