ord-offset-produces-multichar-strings

Status: IN

The mapping `ord(c) - ord('a') + 1` produces values 10–26 for letters j–z, which concatenate as multi-character substrings — this is why the first phase builds a string rather than extracting digits per character.

Source: entries/2026/06/06/sum-of-digits-of-string-after-convert-solution.md

JSON