Time Exceeded
/in/foo.cc: In function 'bool check(int, int, int, int)': /in/foo.cc:43:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] return x1 < x2 && y1 > y2 || x1 > x2 && y1 < y2; ~~~~~~~~^~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:30:5: warning: 'ans2' may be used uninitialized in this function [-Wmaybe-uninitialized] aa %= 3600; ~~~^~~~~~~ /in/foo.cc:99:12: note: 'ans2' was declared here int ans1, ans2; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1168 公路巡逻
- 语言
- C++
- 递交时间
- 2017-10-11 19:15:19
- 评测时间
- 2017-10-11 19:15:19
- 评测机
- 分数
- 90
- 总耗时
- ≥2520ms
- 峰值内存
- ≥18.605 MiB