2019年4月21日
摘要: #ifndef BALL_H #define BALL_H class Ball { public: Ball(int x0=0, int y0=0); // 在坐标(x,y)处构造一个小球(小球用字符O表示) void left(int step=1); // 左移step void right( 阅读全文
posted @ 2019-04-21 21:53 TOKISOKI 阅读(120) 评论(0) 推荐(0) 编辑