摘要: 1 #include<iostream> 2 #include<cmath> 3 using namespace std; 4 5 class Point 6 { 7 private: 8 int x; 9 int y; 10 int z; 11 public: 12 void Input(); 1 阅读全文
posted @ 2023-05-04 21:57 Code13 阅读(59) 评论(0) 推荐(0) 编辑