
奇技淫巧
-skyline-
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IO挂
开一个输入输出挂的坑,以后有空再来研究 scanf比cin快,cin加 ios::sync_with_stdio(false) 速度和scanf一样快。 不过getchar比scanf快,所以: 贴一个玄老师的板子23333 inline int read(){ int c=0,f=1; char ch=getchar(); while(ch<'0'||ch>'9'){...转载 2018-11-28 14:08:47 · 500 阅读 · 0 评论 -
Mayor's posters POJ - 2528 线段树 离散化 区间染色
3天前AC的代码,今天看来问题颇多,有些地方并没有真正理解。 你对原力其实一无所知!(哭) #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> #define mem(a,b) memset(a,b,sizeof(a)) const int ma...原创 2019-07-15 11:24:58 · 189 阅读 · 0 评论