Accepted
foo.cc: In function 'int dfs(std::vector<std::vector<int> >&, int, int, std::vector<std::vector<int> >&)': foo.cc:6:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(matrix.empty()||ph>matrix.size()||px>matrix[0].size()) ~~^~~~~~~~~~~~~~ foo.cc:6:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(matrix.empty()||ph>matrix.size()||px>matrix[0].size()) ~~^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1298 E. Maze
- 语言
- C++
- 递交时间
- 2021-11-22 19:36:55
- 评测时间
- 2021-11-22 19:36:55
- 评测机
- 分数
- 200
- 总耗时
- 281ms
- 峰值内存
- 4.461 MiB