1. Left edge
Start with the leftmost digit pair.
4 visual steps / multi-digit window train
Start with the leftmost digit pair.
Move one window at a time.
Hold the raw totals in order.
Keep 1s; extra carry moves left.
A few quick rounds make the train automatic; each raw window keeps one digit.
Start Level