摘要: #include <iostream> using namespace std; #include<cmath> #include"time_user.h" class point { private: int x, y, z; public: void set() { cin >> x >> y 阅读全文
posted @ 2023-05-07 21:02 张佳木 阅读(169) 评论(0) 推荐(0)