Guest User

Untitled

a guest
Jan 16th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int n;
  2. std::cin >> n;
  3. int mas[n];
  4.  
  5. warning: ISO C++ forbids variable length array 'mas' [-Wvla]
Add Comment
Please, Sign In to add comment