3.1 One-dim Vector Initialtization时间:2022-03-22 09:19:01vector<int> v(10, -1); //10个-1 v.size(); v.empty(); //is empty?