摘要: 代码一: #include <iostream>using namespace std; class Fish{public: bool isFreshWaterFish; void Swim() { if (isFreshWaterFish) cout << "Swims in lake" << 阅读全文
posted @ 2019-11-22 15:40 zhaoxilai 阅读(130) 评论(0) 推荐(0) 编辑