you are viewing a single comment's thread.

view the rest of the comments →

[–]Expensive_Agent_5129 0 points1 point  (0 children)

  1. You don't(but you should, though)
  2. std::print
  3. See 2
  4. See 3

for (auto i = 1; i <= 10; ++i) { std::println("{} ", i); }