#31853: C++建議使用vector


a302854888@gmail.com (小麥)


vector可以用成二維的

vector<vector<int>> ve(10+1, vector<int>(10+1))

上序的這一條可以寫成define 我自己覺得好辦事很多

Code