摘要:
我将博客搬到CSDN了。 链接:http://blog.csdn.net/abc12580 阅读全文
摘要:
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... 阅读全文
摘要:
#include #include #include #include #include using namespace std;#define MAXN 100002struct point { double x,y; point (double x = 0 ,double y = 0... 阅读全文
摘要:
#include #include #include #include #include using namespace std;struct point { int x,y; point (int x = 0 ,int y = 0){ this->x = x; ... 阅读全文
摘要:
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 ... 阅读全文
摘要:
UVa 10148 - Advertisement解题报告 阅读全文
摘要:
UVa 10714 - Ants解题报告 阅读全文