
STL
Duan2baka
人
展开
-
BZOJ[2761][JLOI2011]不重复数字 STL
题目链接http://www.lydsy.com/JudgeOnline/problem.php?id=2761傻逼题 就当练STL了代码如下:#include<algorithm>#include<ctype.h>#include<cstdio>#include<set>using namespace std;inline int read(){ int x=0,f=1;cha原创 2017-12-07 14:03:09 · 284 阅读 · 0 评论 -
Codeforces 1019E Raining season 点分治+multiset维护动态凸包
传送门ber~题目大意及题解 cf教会我c++11我的代码:#include<algorithm>#include<ctype.h>#include<cstdio>#include<vector>#include<set>#define int long long#define INF 2147483647#d...原创 2018-08-24 16:38:30 · 574 阅读 · 0 评论