随笔分类 -  《程序与设计算法三》实现代码

摘要:#include <iostream> #include <cstring> #include <algorithm> using namespace std; class carray { int size; int* ptr;//指向数组的指针 public: carray(int size); 阅读全文
posted @ 2023-02-21 13:07 穿过雾的阴霾 阅读(18) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示