leetcode刷题

C++ 利用数组给vector初始化

2018-10-14  本文已影响0人  zoux

int b[4] = {3,1,2,4};
vector<int> v3(&b[0],&b[4]);

上一篇 下一篇

猜你喜欢

热点阅读