Grid Completion
Your task is to create an n \times n grid whose each row and column has exactly one A and B. Some of the characters have already been placed. In how many ways can you complete the grid? Input The first input line has an integer n: the size of the grid. After this, there are n lines that describe the grid. Each line has n characters: . means an empty square, and A and B show the characters alrea
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.
Sign in to chat with the tutor and save your progress.
Sign in to start