In the solution provided by the USACO guide, what does the expression inside the parenthesis do?
vector<vector<vector<pair<int, int>>>> change(MX, vector<vector<pair<int, int>>>(MX, vector<pair<int, int>>()));
In the solution provided by the USACO guide, what does the expression inside the parenthesis do?
vector<vector<vector<pair<int, int>>>> change(MX, vector<vector<pair<int, int>>>(MX, vector<pair<int, int>>()));