单项选择题

A.int *p =new vector< int>(10);
B.int *p =new vector< int>[10];
C.int *p =new vector< 10>::int;
D.int *p =new vector::int [10];