摘要: #include using namespace std; class point { public: int x, y, z; point(int x = 0, int y = 0, int z = 0): x(x), y(y), z(z) { } point operator - (const point &b) const { ... 阅读全文
posted @ 2019-01-13 11:02 Agnel_Cynthia 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 大家好! 阅读全文
posted @ 2019-01-13 09:50 Agnel_Cynthia 阅读(106) 评论(0) 推荐(0) 编辑
Live2D