阅读背景:

c++ 快读

来源:互联网 

c++快读

#include <cstdio>
#include <algorithm>
using namespace std;
inline long long rd(){
    register int x=0,f=0;register char ch=getchar();
    while(ch<'0'||ch>'9')f|=ch=='-',ch=getchar();
    while(ch>='0'&&ch<='9')x=(x<<3)+(x<<1)+(ch^48),ch=getchar();
    return f?-x:x;
}
#include <cstdio>
#include <algorithm>
u



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: