Status: IN
The circular person assignment `(give - 1) % num_people` depends on `give` being 1-based; changing it to 0-based would require removing the `- 1` or the mapping breaks by off-by-one.
Source: entries/2026/06/06/distribute-candies-to-people-solution.md