摘要: 1 struct point 2 { 3 double x, y; 4 point( double _x = 0, double _y = 0 ) 5 { 6 x = _x; 7 y = _y; 8 } 9 point ope... 阅读全文
posted @ 2015-08-10 19:58 相儒以沫 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 struct point 9 { 10 double x, y; 11 point( double _x ... 阅读全文
posted @ 2015-08-10 19:57 相儒以沫 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 int father[100010]; 9 int num[100010];10 11 int main()12 {13 int a... 阅读全文
posted @ 2015-08-10 18:27 相儒以沫 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 int father[1010]; 9 int num[1010];10 11 int main()12 {13 int n,m;1... 阅读全文
posted @ 2015-08-10 16:09 相儒以沫 阅读(112) 评论(0) 推荐(0) 编辑