Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:43:17: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[5]' [-Wformat=] scanf("%s",&y); ^ /in/foo.cc:20:8: warning: array subscript is above array bounds [-Warray-bounds] if(s[p]==0||s[p]>t) s[p]=t; ~~~^ /in/foo.cc:20:25: warning: array subscript is above array bounds [-Warray-bounds] if(s[p]==0||s[p]>t) s[p]=t; ~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- P1197 费解的开关
- 语言
- C++
- 递交时间
- 2017-07-10 18:59:12
- 评测时间
- 2017-07-10 18:59:12
- 评测机
- 分数
- 0
- 总耗时
- 2367ms
- 峰值内存
- 128.25 MiB