有人能看出这段代码的隐患吗?给出一个hack数据,让他崩溃吧! vector<pair<int,int> >ans; for (int i=0; i < v.size() - 1; i += 2) { ans.emplace_back(v[i], v[i+1]); }