0_0_13784048_11453.cpp: In function 'int main()':
0_0_13784048_11453.cpp:52:33: error: 'strlen' was not declared in this scope
if(strlen(str[i]) > len) {
^
0_0_13784048_11453.cpp:59:48: error: 'strlen' was not declared in this scope
end = end * len + strlen(str[i]);
^
|