Wrong Answer
foo.cc: In function 'int main()': foo.cc:18:17: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(! g[1][1]==1 && g[n][m]==1) ^~ foo.cc:18:8: note: add parentheses around left hand side expression to silence this warning if(! g[1][1]==1 && g[n][m]==1) ^~~~~~~~~ ( )
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1005 飞越原野。(escape.1s,64MB)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2021-11-28 16:40:27
- 评测时间
- 2021-11-28 16:40:27
- 评测机
- 分数
- 80
- 总耗时
- 1074ms
- 峰值内存
- 15.684 MiB