2022年11月5日
摘要: 实验任务5 1 #pragma once 2 #include<iostream> 3 4 using std::cout; 5 using std::endl; 6 7 class vectorInt { 8 public: 9 //构造函数和析构函数 10 vectorInt(int n); 1 阅读全文
posted @ 2022-11-05 20:56 Terrence-Zhao 阅读(14) 评论(0) 推荐(0) 编辑