Believe it

相信不屈不挠的努力,相信战胜死亡的年轻

  • 文章目录
  • 站点概览

fightinggg

O ever youthful, O ever weeping
463 日志
76 分类
16 标签

c++快读

发表于 2019-08-15 分类于 Others
nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial
1
2
3
4
5
6
7
8
9
10
11
//究极读入挂
inline char nc(){
static char buf[100000],*p1=buf,*p2=buf;
return p1==p2&&(p2=(p1=buf)+fread(buf,1,100000,stdin),p1==p2)?EOF:*p1++;
}
inline int read(){
char ch=nc();int sum=0;
while(!(ch>='0'&&ch<='9'))ch=nc();
while(ch>='0'&&ch<='9')sum=sum*10+ch-48,ch=nc();
return sum;
}
lct
二次剩余
© 2023 fightinggg
由 Hexo & NexT.Muse 强力驱动
0%