摘要: #include<iostream>using namespace std;class point{ friend ostream& operator<<(ostream& cout, point p);private: int x;public: point() { x = 2; } point( 阅读全文
posted @ 2023-05-08 22:32 平安喜乐× 阅读(20) 评论(0) 推荐(0)