add a gap b/w index col
This commit is contained in:
parent
57aa6a7300
commit
be78c4fa6c
3
main.cpp
3
main.cpp
@ -270,6 +270,9 @@ void printBoard(char **board, int x, int y) {
|
||||
pt ' ';
|
||||
}
|
||||
pt ans[i][j];
|
||||
if (!j) {
|
||||
pt ' ';
|
||||
}
|
||||
}
|
||||
pt nl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user