Introduction - If you have any usage issues, please Google them yourself
The N queens puzzle is the problem of putting N chess
queens on an n×n chessboard such that none of them is able
to capture any other using the standard chess queen s moves.
The queens must be placed in such a way that no queens
would be able to attack each other.
Here I get n and show you the position of queens.