op1-discriminates-all-operations

Status: IN

In `max_value`, the character at index 1 is `"+"` for both increment forms (`"++X"`, `"X++"`) and `"-"` for both decrement forms, making `op[1]` a sufficient discriminator without string matching.

Source: entries/2026/06/06/final-value-of-variable-after-performing-operations-solution.md

JSON