qaq

P2706 巧克力

QAQ%%%
by enceladus @ 2018-10-26 18:46:45


qwq
by Viston @ 2018-10-26 18:47:02


fread TLE一个点 用cin那个点居然。。。8ms
by olinr @ 2018-10-26 18:47:07


你把快读代码放出来啊....说不定是你写错了
by Viston @ 2018-10-26 18:47:32


删掉了我刚写的快读
by enceladus @ 2018-10-26 18:47:35


```cpp #ifndef olinr inline char getc() { static char buf[100001],*p1=buf,*p2=buf; return (p1==p2)&&(p2=(p1=buf)+fread(buf,1,100001,stdin),p1==p2)? EOF:*p1++; } #else #define getc() getchar() #endif template<typename T>inline void in(T &x) { int f=1; char ch; x=0; while(!isdigit(ch=getc()))(ch=='-')&&(f=-f); while(isdigit(ch)) x=x*10+(ch^48),ch=getc(); x*=f; } ```
by olinr @ 2018-10-26 18:48:06


@[c。](/space/show?uid=98516) %%%
by ywy_c_asm @ 2018-10-26 18:48:19


快读没锅的QAQ
by olinr @ 2018-10-26 18:48:20


@[c。](/space/show?uid=98516) %%%%%%%%%捕捉到神仙 ![](https://cdn.luogu.com.cn/upload/pic/39860.png )
by π酱 @ 2018-10-26 18:49:09


@[olinr](/space/show?uid=88460) 又是一个神仙QAQ
by π酱 @ 2018-10-26 18:49:47


| 下一页