canformarray-distinctness-required

Status: IN

The `{p[0]: p for p in pieces}` lookup strategy is only correct because the problem guarantees all integers across all pieces are distinct; duplicate first elements would silently overwrite entries.

Source: entries/2026/06/06/check-array-formation-through-concatenation-solution.md

JSON