pxxfxxxxx

导航

2019年7月5日 #

复习题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 pxxfxxxxx 阅读(120) 评论(0) 推荐(0) 编辑