Advertisement
Josif_tepe

Untitled

Apr 3rd, 2024
636
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. #include <vector>
  3. #include <algorithm>
  4. using namespace std;
  5.  
  6.  
  7. int main() {
  8.     int n;
  9.     cin >> n;
  10.     int niza[n];
  11.    
  12.     return 0;
  13. }
  14.  
  15. // 1 1 2 3 5 8 13
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement