Runtime Error
foo.cc: In function 'bool operator<(const point&, const point&)': foo.cc:16:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses] return a.x < b.x || a.x == b.x && a.y < b.y; ~~~~~~~~~~~^~~~~~~~~~~~ foo.cc: In function 'int main()': foo.cc:102:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] rec[i].y == rec[st].y && rec[i].x < rec[st].x) { ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1185 Endless Traveling
- 语言
- C++
- 递交时间
- 2021-03-21 21:31:46
- 评测时间
- 2021-03-21 21:31:46
- 评测机
- 分数
- 0
- 总耗时
- 9667ms
- 峰值内存
- 3.441 MiB