Accepted
/in/foo.cc: In function 'bool LCT::isroot(int)': /in/foo.cc:54:56: warning: suggest parentheses around '&&' within '||' [-Wparentheses] inline bool isroot(int x){return !f[x]||son[f[x]][0]!=x&&son[f[x]][1]!=x;} ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2014 树点涂色
- 语言
- C++
- 递交时间
- 2017-05-07 16:15:07
- 评测时间
- 2017-05-07 16:15:07
- 评测机
- 分数
- 100
- 总耗时
- 1543ms
- 峰值内存
- 13.473 MiB