摘要: 1 2 3 #include<iostream> #include<string> #include<cstdlib> using namespace std; class MachinePets { public: MachinePets(const string s); virtual stri 阅读全文
posted @ 2019-06-05 13:51 音音最腻害! 阅读(107) 评论(0) 推荐(0) 编辑
摘要: #include"battery.hpp" #include<iostream> using namespace std; //构造函数 Battery::Battery(int bts) :batterysize(bts) {} //返回电池容量 int Battery::showbatterys 阅读全文
posted @ 2019-05-22 17:01 音音最腻害! 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1.part1 part2 part3 #ifndef Fraction_H #define Fraction_H #include<iostream> using namespace std; class Fraction { public: Fraction(int top0=0,int bot 阅读全文
posted @ 2019-04-23 22:09 音音最腻害! 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 小结: 感觉还是有很多地方不太通畅,在朋友帮助下学会的,可能是因为练习的太少了叭,然后就不太熟练,导致花时间太久。 阅读全文
posted @ 2019-04-02 22:44 音音最腻害! 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 小结: 我不知道第三题错误的地方在哪里,希望各位看了后能够告诉我我的错误的地方。 ps: 阅读全文
posted @ 2019-03-27 13:51 音音最腻害! 阅读(192) 评论(4) 推荐(0) 编辑
摘要: 输入Q的时候 2-28-2 输入Q的时候 2-29-1 2-29-2 2-29-3 2-32 2-32-2 2-34 阅读全文
posted @ 2019-03-19 02:26 音音最腻害! 阅读(221) 评论(1) 推荐(0) 编辑