/ new_bzoj /

记录详情

System Error

/in/foo.cc: In function 'void read(ll&)':
/in/foo.cc:8:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
    while(!isdigit(f)&&f!='-')f=getchar();if(f=='-')c=1,f=getchar();
    ^~~~~
/in/foo.cc:8:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
    while(!isdigit(f)&&f!='-')f=getchar();if(f=='-')c=1,f=getchar();
                                          ^~
/in/foo.cc:9:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
    while(isdigit(f))x=x*10+(f^48),f=getchar();if(c)x=~x+1;
    ^~~~~
/in/foo.cc:9:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
    while(isdigit(f))x=x*10+(f^48),f=getchar();if(c)x=~x+1;
                                               ^~
VJ4Error('ProblemDataNotFoundError', '题目 590c992bd3d8a13210993a4c 的数据未找到。', 'newbzoj', '590c992bd3d8a13210993a4c')

信息

递交者
类型
递交
题目
Seq 维护序列seq
语言
C++
递交时间
2018-03-08 12:47:16
评测时间
2018-03-08 12:47:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes