2d vectoe
How do I create a 2d vector of size 10^9x10^9 and iterate through them without TLE or runtime?
An std::vector<int> (_int32) with that dimensions would take up 500 petabytes of space. What are you actually trying to do?
Topic archived. No new replies allowed.