sofiiiaaapiust

Untitled

Mar 20th, 2023 (edited)
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. for (int i = 5; i <= 10; i++) {
  6. std::cout << i << " ";
  7. }
  8. return 0;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment