#include#include using namespace std;///////类Point//////class Point{   public:   Point(int x=0, int y=0):X(x),Y(y){        cout<<"ppppppp\n";   }   void setPoint(int x,int y);       int getX()const{return X;}       int getY()const{return Y;}       void showPoint()const;    protected:       int X;       int Y;};void Point::setPoint(int x,int y){  X=x;Y=y;}void Point::showPoint()const{   cout<<"Point:("<<<","<<<")"<
全部评论

相关推荐

01-27 15:41
门头沟学院 Java
想躺平的菜鸡1枚:我项目比你难、学历比你好、还有SCI论文,投java都被拒一大片,现在基本上都要问点agent开发
软件开发投递记录
点赞 评论 收藏
分享
累死的一条狗:***一人顶10人那你给我发10个人的工资总和吗
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务