Gloryaa

5_1

Sep 22nd, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. main(){
  5. int n;
  6. for (n=1;n<=10;n++){
  7. cout<<n;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment