← All problemsSign in

N-Cells

# N-Cells Given a matrix having N×N cells, you need to fill N cells in such a way that no cell is in horizontal, vertical or diagonal to other. # Input: The only line of input consists of a single integer denoting N. # Output: If it is possible to fill cells as per the requirement of the problem, then print N lines having N integers. The integer in ith line and jth column will denote the cell (i,j

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start