摘要: C. Maximal Intersection 题意:删去某个集合,使得所有集合的相交部分最大,求此最大相交部分的大小 错误原因:题意理解错 set和multiset 题解 运用multiset的自动排序功能以及多重集的性质 #include<bits/stdc++.h> #define maxn 阅读全文
posted @ 2018-08-25 14:55 LLbinGG 阅读(75) 评论(0) 推荐(0) 编辑
摘要: C. Vanya and Label 法一、直白预处理 https://blog.csdn.net/qq_32473657/article/details/51567689 #include<stdio.h> #include<string.h> using namespace std; const 阅读全文
posted @ 2018-08-25 09:11 LLbinGG 阅读(187) 评论(0) 推荐(0) 编辑