/ new_bzoj /

记录详情

System Error

/in/foo.cc: In function 'void LCT::rotate(int)':
/in/foo.cc:31:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(ch[x][k^1]) fa[ch[x][k^1]]=y;ch[y][k]=ch[x][k^1];
         ^~
/in/foo.cc:31:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(ch[x][k^1]) fa[ch[x][k^1]]=y;ch[y][k]=ch[x][k^1];
                                         ^~
/in/foo.cc:32:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(not_root(y)) ch[z][dir(y)]=x;fa[x]=z;
         ^~
/in/foo.cc:32:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(not_root(y)) ch[z][dir(y)]=x;fa[x]=z;
                                         ^~
/in/foo.cc: In function 'void LCT::splay(int, int)':
/in/foo.cc:39:25: warning: unused variable 'z' [-Wunused-variable]
             int y=fa[x],z=fa[y];
                         ^
VJ4Error('ProblemDataNotFoundError', '题目 590c989cd3d8a132109937cd 的数据未找到。', 'newbzoj', '590c989cd3d8a132109937cd')

信息

递交者
类型
递交
题目
Bounce 弹飞绵羊
语言
C++
递交时间
2019-09-27 23:22:40
评测时间
2019-09-27 23:22:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes