Advertisement
kadeyrov

Untitled

Sep 22nd, 2021
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6.     int n;
  7.     cin >> n;
  8.  
  9.     cout << 1 << endl;
  10.     cout << 2 << endl;
  11.     cout << 3 << endl;
  12.     cout << 4 << endl;
  13.     cout << 5 << endl;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement