摘要: #include #include #include #include #include using namespace boost; using namespace std; class point {public: point(int a=0,int b=0):x(a),y(b) {}... 阅读全文
posted @ 2014-05-16 17:43 liuzhijiang123 阅读(125) 评论(0) 推荐(0) 编辑