记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:21: error: 'strlen' was not declared in this scope
     if (s1[strlen(s1) - 1] == '\n') {
                     ^
/in/foo.cc:24:21: error: 'strlen' was not declared in this scope
     if (s2[strlen(s2) - 1] == '\n') {
                     ^

信息

递交者
类型
自测
题目
A8-2 字符串的统计函数
语言
C++
递交时间
2024-11-26 08:07:30
评测时间
2024-11-26 08:07:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes