SyntaxFix
Write A Post
Hire A Developer
Questions
Use vector array instead:
vector<vector<int>> array(ROW, vector<int>(COLUMN, 1));