vector vt = new vector() 是什么意思?为什么要这样写,这样不行吗vector vt = new vector()
定义了一个叫做vt的向量对象,并且调用默认的构造函数对它初始化。