Status: IN
The `x % 2 == 0` guard is required for correctness; without it, odd numbers would falsely match via integer division truncation (e.g., `7 // 2 = 3`)
Source: entries/2026/06/06/check-if-n-and-its-double-exist-solution.md
JSON