摘要: 个人不常用STL所以都是比较基础的,神犇误入吧 1.vector #include<cstdio> #include<algorithm> #include<vector>//头文件 using namespace std; vector<int> v;//vector<node> v2; int 阅读全文
posted @ 2018-11-06 23:22 Jessiejzy 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1.最小圆覆盖 #include<bits/stdc++.h> #define il inline #define D double #define _(d) while(d(isdigit(ch=getchar()))) using namespace std; const int N=5e5+5 阅读全文
posted @ 2018-11-06 14:15 Jessiejzy 阅读(173) 评论(0) 推荐(0) 编辑