Introduction - If you have any usage issues, please Google them yourself
Vector to simulate a two-dimensional array of review, for example: you can define the vector elements is still a vector such as, vector <vector <int> > Means that a two-dimensional array of int, the inner layer of the vector <int> For the first dimension, the outer layer of the vector represents the second dimension: