Complete this sliding puzzle. The goal is to arrange the numbered tiles in sequential order (filling each row from left to right, with rows from top to bottom), with the blank space at the bottom-right corner. Rules: Only tiles adjacent to the blank space can be moved. Slide one tile per move into the blank space. Complete in exactly 11 moves. Do not make extra moves. Keep the camera view fixed and maintain the grid structure unchanged. Only modify what the task requires; keep the background and any other element unchanged. Output one image after each move, showing the board state after the tile has been slid into the blank space.