xyq0220
xyq0220
全部文章
分类
未归档(101)
题解(3)
归档
标签
去牛客网
登录
/
注册
xyq0220的博客
不积跬步无以至千里
全部文章
(共104篇)
快读板子fread
1 struct ios { 2 inline char read(){ 3 static const int IN_LEN=1<<18|1; 4 static char buf[IN_LEN],*s,*t; 5 retur...
2019-02-19
0
411
快读板子fread
1 struct ios { 2 inline char read(){ 3 static const int IN_LEN=1<<18|1; 4 static char buf[IN_LEN],*s,*t; 5 retur...
2019-02-19
0
376
线筛
1 bool b[maxn]; 2 int f[maxn],len; 3 void init(int n){ 4 b[0]=b[1]=1; 5 for(int i=2;i<=n;i++) 6 { 7 if(!b[i]) 8 ...
2019-02-19
0
381
线筛
1 bool b[maxn]; 2 int f[maxn],len; 3 void init(int n){ 4 b[0]=b[1]=1; 5 for(int i=2;i<=n;i++) 6 { 7 if(!b[i]) 8 ...
2019-02-19
0
322
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页