摘要:
1 #include 2 #include 3 int set[10000005]; 4 int count; 5 #define mod 1000000007 6 7 int find(int x) 8 { 9 int r=x; 10 while(r!=set[r]) 11 r=set[r]; 12 int i=x; 13 while... 阅读全文
posted @ 2017-10-17 20:54
ouyang_wsgwz
阅读(144)
评论(0)
推荐(0)
摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 6 const double EPS = 1e-10; 7 #define MAX 1001 8 9 struct point //点 10 { 11 double x,y; 12 }; 13 14 struc... 阅读全文
posted @ 2017-10-17 19:56
ouyang_wsgwz
阅读(143)
评论(0)
推荐(0)

浙公网安备 33010602011771号