摘要: 我将博客搬到CSDN了。 链接:http://blog.csdn.net/abc12580 阅读全文
posted @ 2016-04-05 13:20 小白v 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 struct point{ 7 int x,y; 8 point(int x = 0,int y = 0){ 9 thi... 阅读全文
posted @ 2015-11-20 18:16 小白v 阅读(373) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std;#define MAXN 100002struct point { double x,y; point (double x = 0 ,double y = 0... 阅读全文
posted @ 2015-11-20 18:16 小白v 阅读(139) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std;struct point { int x,y; point (int x = 0 ,int y = 0){ this->x = x; ... 阅读全文
posted @ 2015-11-20 18:16 小白v 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 struct point{ 7 int x,y; 8 point(int x = 0,int y = 0){ 9 ... 阅读全文
posted @ 2015-11-20 18:15 小白v 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 无。 阅读全文
posted @ 2015-05-13 00:38 小白v 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: UVa 10148 - Advertisement解题报告 阅读全文
posted @ 2015-05-12 13:30 小白v 阅读(231) 评论(0) 推荐(0) 编辑
摘要: UVa 10714 - Ants解题报告 阅读全文
posted @ 2015-05-11 11:23 小白v 阅读(131) 评论(0) 推荐(0) 编辑
摘要: UVa 11369 Shopaholic解题报告 阅读全文
posted @ 2015-05-10 01:06 小白v 阅读(259) 评论(0) 推荐(0) 编辑
摘要: UVa 120 Stacks of Flapjacks解题报告 阅读全文
posted @ 2015-05-10 00:58 小白v 阅读(245) 评论(0) 推荐(0) 编辑