Status: IN
`count_elements` iterates the original list (not the set) so duplicates contribute independently to the count — `[1, 1, 2]` returns 2, not 1.
Source: entries/2026/06/06/counting-elements-solution.md
JSON