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

相关推荐

08-16 10:51
已编辑
门头沟学院 Java
点赞 评论 收藏
分享
睡个觉先1555:你这个学历,这个实习,不知道你在紧张啥,包能找到好工作的
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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