悬线法
RDJ_Widow
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[洛谷P4147] 玉蟾宫(悬线法、单调栈)
https://www.luogu.org/problemnew/show/P4147滚动数组+悬线法#include<stdio.h>#include<stdlib.h>#include<math.h>#include<algorithm>#define ll long long#define pb push_back#def...原创 2019-01-21 22:15:21 · 348 阅读 · 0 评论 -
[洛谷P2701] 巨大的牛棚Big Barn(悬线法)
https://www.luogu.org/problemnew/show/P2701#include<stdio.h>#include<stdlib.h>#include<math.h>#include<algorithm>#define ll long long#define pb push_back#define test p...原创 2019-01-21 22:21:03 · 259 阅读 · 0 评论
分享