Compile Error
/in/foo.cc: In function 'int main(int, const char**)': /in/foo.cc:14:31: error: 'strlen' was not declared in this scope for(int i=0;i<strlen(a);i++) ^ /in/foo.cc:16:31: error: 'strlen' was not declared in this scope for(int i=0;i<strlen(b);i++) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1062 找子串
- 语言
- C++
- 递交时间
- 2023-03-22 21:46:14
- 评测时间
- 2023-03-22 21:46:14
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes