vector list容器#include "stdafx.h" #include #include using namespace std; struct student { int id; string name; float height; }; int main(int argc, char* argv[]) { vector onit; coutStudent.id; /*cin>>Student.name;*/