我正在尝试从 array[i][] 中获取值,其中 i 是我需要的值,并希望将其存储在将用于不同事物的变量中。我不知道我会怎么做。
这就是我现在所拥有的,但我不断收到错误消息error: expected expression before ‘]’ token
int choice, startRow, startCol, peekCount=5, hagMoveCount=0;
char direction, hagDirection;
char maze[ROWS][COLS];
char hiddenMaze[ROWS][COLS];
startRow=maze[ROWS][];
startCol=maze[][COLS];
同时我正在尝试获取列位置