Accepted
/in/foo.cc: In function 'bool check_bst(int, int)':
/in/foo.cc:28:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (i==2*x&&a[i]>a[x]||i==2*x+1&&a[i]<a[x]) return 0;
~~~~~~^~~~~~~~~~~
/in/foo.cc:30:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (i==2*x&&a[i]<a[x]||i==2*x+1&&a[i]>a[x]) return 0;
~~~~~~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1897 学姐吃牛排
- 语言
- C++
- 递交时间
- 2017-06-27 12:36:09
- 评测时间
- 2017-06-27 12:36:09
- 评测机
- 分数
- 100
- 总耗时
- 72ms
- 峰值内存
- 380.0 KiB