Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:27:16: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] if(d[x][y][cnt]) return; ~~~~~~~~~~~^ /in/foo.cc:67:8: note: 'y' was declared here int x,y; ^ /in/foo.cc:27:16: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] if(d[x][y][cnt]) return; ~~~~~~~~~~~^ /in/foo.cc:67:6: note: 'x' was declared here int x,y; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1226 拯救世界-拯救博士
- 语言
- C++
- 递交时间
- 2017-10-02 14:07:22
- 评测时间
- 2017-10-02 14:07:22
- 评测机
- 分数
- 100
- 总耗时
- 186ms
- 峰值内存
- 40.816 MiB