标签: c++ vector
我从C ++开始,我真的不知道如何做到这一点。我有一个vector<int>,我需要转换为vector<vector<int> >。
vector<int>
vector<vector<int> >
你能帮我这么做吗?