perfect-number-dedup-guard

Status: IN

The `i != num // i` check prevents double-counting the square root divisor when `num` is a perfect square.

Source: entries/2026/06/06/perfect-number-solution.md

JSON