I'm new in c++. I don't clearly understand the line:
int** outer = new int*[n];
.
I took from solution here: https://www.hackerrank.com/challenges/variable-sized-arrays/editorial
And the problem: https://www.hackerrank.com/challenges/variable-sized-arrays/problem
Many thanks!