this is my code:
int N;
cin >> N;
vector<int> v[N];// get problem here
In 3rd line the editor said that :"expression must have a constant valueC/C++(28) vector_arry.cpp(14, 19): the value of variable "N" (declared at line 12) cannot be used as a constant"