We describe a Silding Tiles instance by specifying the grid size in the first
line, and in the following lines write down the tiles in the grid, where 0
represents the blank.

Example:
3 4
1 2 3
4 5 6
7 8 9
10 11 0

The above example describes the goal state for a 3x4 Sliding Tiles puzzle.
