摘要: #include <iostream>#include <Cmath>using namespace std;class Pixel;class Test{public: void printX(Pixel p);}; class Pixel{private: int x,y;public: Pix 阅读全文
posted @ 2020-11-29 20:44 bobo哥 阅读(127) 评论(0) 推荐(0)
摘要: #include <iostream>using namespace std;class CType{private: int radius; int width;public: CType():radius(16),width(185){}; CType(int r,int w):radius(r 阅读全文
posted @ 2020-11-29 19:56 bobo哥 阅读(90) 评论(0) 推荐(0)