摘要: #include<iostream>#include<string>using namespace std;class person{public: static int A;private: static int B; int c;public: void show() { cout<<A<<en 阅读全文
posted @ 2023-05-30 20:33 八千里路云和月色 阅读(15) 评论(0) 推荐(0)