Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:9:14: warning: 'sx' may be used uninitialized in this function [-Wmaybe-uninitialized] if(maze[x][y] == 'G') ~~~~~~~~~^ /in/foo.cc:50:6: note: 'sx' was declared here int sx, sy; ^~ /in/foo.cc:9:14: warning: 'sy' may be used uninitialized in this function [-Wmaybe-uninitialized] if(maze[x][y] == 'G') ~~~~~~~~~^ /in/foo.cc:50:10: note: 'sy' was declared here int sx, sy; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- 杰哥的求助
- 语言
- C++
- 递交时间
- 2018-10-29 08:48:05
- 评测时间
- 2018-10-29 08:48:05
- 评测机
- 分数
- 40
- 总耗时
- 3125ms
- 峰值内存
- 336.0 KiB