Accepted
/in/foo.cc: In member function 'void Link_Cut_Tree::splay(int)': /in/foo.cc:35:30: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses] if(!isroot(y)){if(ch[z][0]==y^ch[y][0]==x)rotate(x);else rotate(y);} ~~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- Link-Cut-Tree模版题
- 语言
- C++
- 递交时间
- 2017-04-15 20:14:34
- 评测时间
- 2017-04-15 20:17:38
- 评测机
- 分数
- 100
- 总耗时
- 907ms
- 峰值内存
- 7.051 MiB