
点分治
Daniel__d
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
P4149-点分治
P4149 题目描述 题解 代码 #include<bits/stdc++.h> #define M 400009 using namespace std; int read(){ int f=1,re=0;char ch; for(ch=getchar();!isdigit(ch)&&ch!='-';ch=getchar()); if(ch=='-'){f=-...原创 2020-04-04 21:31:12 · 220 阅读 · 0 评论 -
点分治
点分治 解析 例题1 Tree 题解 代码 #include<bits/stdc++.h> #define M 80009 using namespace std; int read(){ int f=1,re=0;char ch; for(ch=getchar();!isdigit(ch)&&ch!='-';ch=getchar()); if(ch=='-')...原创 2020-04-04 21:08:53 · 215 阅读 · 0 评论