摘要: #include <iostream> using namespace std; class MyClass { public: int GetValue() const ; int GetValue() { return x + y; } int GetMax() { return x > y ? 阅读全文
posted @ 2018-11-26 21:34 Rainarose 阅读(1249) 评论(0) 推荐(0) 编辑