/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void rotate(int)':
/in/foo.cc:29:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!isroot(y))t[z].ch[t[z].ch[1]==y]=x;  t[x].fa=z;
     ^~
/in/foo.cc:29:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(!isroot(y))t[z].ch[t[z].ch[1]==y]=x;  t[x].fa=z;
                                              ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:76:13: error: expected ')' before 'if'
             if(a[i].B>=a[Fact[t[y].id]].B)continue;
             ^~

信息

递交者
类型
递交
题目
P1865 魔法森林
语言
C++
递交时间
2018-01-28 20:24:52
评测时间
2018-01-28 20:24:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes