摘要: #include<iostream> using namespace std; class vectorInt { private: int n; int value; int* arr; public: vectorInt(int n0,int value0 = 0 ) { value = val 阅读全文
posted @ 2022-11-06 15:46 jh202183290025 阅读(8) 评论(0) 推荐(0) 编辑