When iterating over a data structure, we should use `const auto &` if the variable can be `const`.
When iterating over a data structure, we should use
const auto &if the variable can beconst.