Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:18:22: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10000001]' [-Wformat=] scanf("%s",&c); ^ /in/foo.cc:19:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<=strlen(c)-1;i++) ~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 字符串匹配问题(strs)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2019-08-14 17:44:39
- 评测时间
- 2019-08-14 17:44:39
- 评测机
- 分数
- 0
- 总耗时
- 113ms
- 峰值内存
- 9.941 MiB