Josif_tepe

Untitled

Jan 26th, 2026
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5.  
  6. int main() {
  7.    
  8.     cout << 1 << endl;
  9.     cout << 2 << endl;
  10.     cout << 3 << endl;
  11.     cout << 4 << endl;
  12.     cout << 5 << endl;
  13.     cout << 6 << endl;
  14.     cout << 7 << endl;
  15.     cout << 8 << endl;
  16.     cout << 9 << endl;
  17.     cout << 10 << endl;
  18.    
  19.  
  20.     return 0;
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment