Status: IN
When a number in `abbr` exceeds the remaining length of `word`, `i` overshoots `len(word)` and the final `i == len(word)` check catches it without raising an `IndexError`.
Source: entries/2026/06/06/valid-word-abbreviation-solution.md
JSON