Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:12: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
pic[x][y]='*';
~~~~~~~~~^~~~
/in/foo.cc:63:8: note: 'y' was declared here
int x,y;
^
/in/foo.cc:23:12: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
pic[x][y]='*';
~~~~~~~~~^~~~
/in/foo.cc:63:6: note: 'x' was declared here
int x,y;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1226 拯救世界-拯救博士
- 语言
- C++
- 递交时间
- 2017-10-02 14:02:34
- 评测时间
- 2017-10-02 14:02:34
- 评测机
- 分数
- 30
- 总耗时
- ≥7061ms
- 峰值内存
- ≥452.0 KiB