记录详情

Compile Error

/in/foo.cc: In function 'int KMPmatching(char*, char*)':
/in/foo.cc:27:14: error: 'strlen' was not declared in this scope
  n = strlen(s); m = strlen(t); next[0] = -1;
              ^
/in/foo.cc: In function 'void replace(char*, char*, char*, char*, int)':
/in/foo.cc:54:14: error: 'strlen' was not declared in this scope
  n = strlen(s); m = strlen(t); l = strlen(p);
              ^

信息

递交者
类型
递交
题目
4-3 爱情故事
语言
C++
递交时间
2019-01-04 12:01:31
评测时间
2019-01-04 12:01:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes