Status: IN
The add-to-array-form solution uses the input integer `k` as both the addend and carry accumulator via `k //= 10`, eliminating the need for a separate carry variable.
Source: entries/2026/06/06/add-to-array-form-of-integer-solution.md
JSON