【bug01】error: no match for ‘operator=‘ (operand types are ‘std::vector<int>‘ and ‘int‘)|
//创建100个vector数组vector<int> v[100];//创建一个有100个int元素的vector数组vector<int> v(100);参考链接:https://stackoverflow.com/questions/44455669/no-match-for-operator-operand-type-are-stdvectorint-and-int