摘要:
容器创建时[]与``` #include <iostream> #include <vector> int main() { std::vector<int> vec[2]; vec[0].push_back(1); vec[1].push_back(2); //vec[0].push_back(1 阅读全文
posted @ 2020-12-24 15:55
cyssmile
阅读(469)
评论(0)
推荐(0)

浙公网安备 33010602011771号