← All problemsSign in

Minimum Coloring

CodeChefRating 1713Open on judge ↗

There is a matrix of size $N \times M$. Two **distinct** cells of the matrix $(x_1, y_1)$ and $(x_2, y_2)$ are painted with colors $\text{1}$ and $\text{2}$ respectively. You have to paint the **remaining** cells of the matrix such that: - No two adjacent cells are painted in same color. - Each color is an integer from $1$ to $10^9$ (both inclusive). - The number of **distinct** colors used is *

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