Status: IN
Rotated numbers with leading zeros (e.g., 10 rotates to 01) are handled correctly because integer arithmetic silently drops leading zeros — no special-case logic needed.
Source: entries/2026/06/06/confusing-number-solution.md
JSON