#include <bits/std c++.h>
using namespace std;
int main () {
int n; cin>>n;
vector<vector<int>> array[n];//idk what this is`
vector<vector<int>> arr(n);//this means size of array is n
please tell me difference between them
}
I am new at coding but I am not really getting what this is so please help me