摘要: #pragma #include<iostream> using std::cout; using std::endl; class vectorInt{ public: vectorInt(int n); vectorInt(int n,int value); vectorInt(vectorIn 阅读全文
posted @ 2022-11-03 22:04 waitwaitw 阅读(28) 评论(0) 推荐(0) 编辑