I'm making a sudoku solving program, but I got the segmentation fault (core dumped) error in the function below. In this function, I'm trying to fill in -1 in the places that a specific number cannot be filled.I'm making a sudoku solving program, but I got