max69-single-expression

Status: IN

The entire solution is a single return expression (`int(str(num).replace("6", "9", 1))`) with no control flow, leveraging `str.replace` count parameter for the "at most one change" constraint.

Source: entries/2026/06/06/maximum-69-number-solution.md

JSON