菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年4月16日 #

2023.4.16

摘要: 1 #include <iostream> 2 using namespace std; 3 //设计圆类和点类,判断点和圆的关系 4 class Point 5 { 6 public: 7 void setX(int x) 8 { 9 m_X = x; 10 } 11 int getX() 12 阅读全文

posted @ 2023-04-16 09:38 hhmzd233 阅读(13) 评论(0) 推荐(0)