摘要:
#include <iostream> #include <cstring> #include <algorithm> using namespace std; class A { public: int first,second; A(int a, int b) { first = a; seco 阅读全文
posted @ 2023-02-21 15:48
穿过雾的阴霾
阅读(20)
评论(0)
推荐(0)
摘要:
#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
穿过雾的阴霾
阅读(26)
评论(0)
推荐(0)

浙公网安备 33010602011771号