Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:101:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("%d\n",strlen(str)-l1+1); ^ /in/foo.cc:101:29: warning: 'l1' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%d\n",strlen(str)-l1+1); ~~~~~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2017.07.18 P3 字符串查询
- 语言
- C++
- 递交时间
- 2017-07-18 19:53:14
- 评测时间
- 2017-07-18 19:53:14
- 评测机
- 分数
- 200
- 总耗时
- 2223ms
- 峰值内存
- 23.5 MiB