摘要: #include<iostream>#include<cmath>using namespace std;class point{private: double x, y, z;public: point(double x1, double y1, double z1) { x = x1; y = 阅读全文
posted @ 2024-02-03 19:33 平安喜乐× 阅读(46) 评论(0) 推荐(0)