You need to escape the backslashes in your string literal, i.e., "D:\\sudoku_solver\\input.txt". Otherwise, it looks like an escape sequence for \s and \i instead of backslash character literals in a...