摘要: 程序效果: 1 #include 2 #include 3 using namespace std; 4 5 class robot{ 6 string name; 7 string type; //型号 8 public: 9 robot(string name = "xxx",string type = "xxx") : name(name... 阅读全文
posted @ 2016-07-10 10:03 douzujun 阅读(1020) 评论(3) 推荐(0) 编辑