摘要: task5 代码hpp #pragma once #include<iostream> #include<cassert> using namespace std; class vectorInt { private: int n, x;//n为数组长度,x为默认初始值 int* p;//数组 pu 阅读全文
posted @ 2022-11-02 11:25 995自成宇宙 阅读(18) 评论(0) 推荐(0)