Turning Tables
CodeChefOpen on judge ↗
Chef is given an NxN table. The table is numbered from 1 to $N^2$ filled row first. The following rotations can be performed in the table. 1. Rotate a row (all cells in a single row are rotated right, so that the number in the last column moves to the first.) 2. Rotate a column (all cells in a single column are rotated down, so that the number in the last row moves to the first) Chef has Q queri
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