#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:("<<<","<<<")"<
全部评论

相关推荐

买蜜雪也用卷:我觉得应该没有哪个人敢说自己熟练使用git,代码分支一复杂还是得慢慢寻思一下的,不过基本的拉代码提交代码还有分支什么的是应该会
点赞 评论 收藏
分享
05-09 13:22
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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