类与数组,指针

#pragma once #include <iostream> #include <algorithm> using namespace std; class vectorInt { public: vectorInt(int len) : length{len} { cout << "const

posted on 2022-11-04 09:03  cflxl  阅读(22)  评论(0编辑  收藏  举报

导航