摘要: #include <iostream> using namespace std; class A { public: A(int a, int b, int c); private: int m_a; int m_b; int m_c; }; A::A(int a, int b, int c) : 阅读全文 »
posted @ 2022-03-30 15:17 Smah 阅读(580) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示