I m using minGW compiler along with VScode on windows 10
Problem I m facing is provided below :
here I can see output while using an arr of vectors of size 1500
Hello World
Execution works
.
.
.
But on declaring an arr of vectors of large size I cannot receive any output in terminal
How will I be able o work with an arr of vectors of size 150000 or more ?