lstrip-zero-fallback-prevents-empty-key

Status: IN

The `or '0'` guard after `lstrip('0')` in `num_different_integers` ensures all-zero strings like `"000"` canonicalize to `"0"` rather than the empty string, which would silently miscount distinct integers.

Source: entries/2026/06/06/number-of-different-integers-in-a-string-solution.md

JSON