摘要: #include #include #include #include #define repo(i,a,b) for(register int i=(a);i=(b);++i) using namespace std; int n; int ans1 = 0x3f3f3f3f,ans2 = -1; int a[210],sum[210],f1[210][210],f2[210][21... 阅读全文
posted @ 2019-01-19 23:46 c_come 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1、ptr -> x == (*ptr).x != *ptr.x 2、并查集寻父亲形式参数要!用!引!用! 阅读全文
posted @ 2019-01-19 23:39 c_come 阅读(195) 评论(0) 推荐(0) 编辑