复习题1
摘要:#include using namespace std; class Cup { private: int volume; public: Cup(int v=0):volume(v) { cout>i>>j; Cup c2(i), c3(c2); c3.setVolume(j); return 0; }
阅读全文
posted @ 2019-07-05 11:55
posted @ 2019-07-05 11:55