摘要: task4: vector_int.hpp 1 #include<iostream> 2 using namespace std; 3 4 class vector_int{ 5 public: 6 ~vector_int(){ 7 delete a; 8 show(); 9 } 10 vector 阅读全文
posted @ 2021-11-09 22:13 hzx333 阅读(51) 评论(3) 推荐(0)