摘要: 想了想这个问题,自己写了写,之前百度了个答案,思想基本类似 #include <vector>#include <map> class point { public: point(int x0,int x1):x(x0),y(x1){}; ~point(){}; int getX() const { 阅读全文
posted @ 2019-03-19 21:01 落叶满空山 阅读(154) 评论(0) 推荐(0)