这是POJ:
RE的原因:
比如:
int b=2147483647;
for(int i=0;i<=b;++i){
....
}
应该懂了吧,
2147483647是int能表示的最大整数
解决办法是:你需要long long