Vector<Vector<int>> vv; Vector<int> v; .... vv.Add(v);
vv.Add(pick(v));
vv.Add(clone(v));
Report message to a moderator