0_0_38582993_8387.cpp: In function 'int main()':
0_0_38582993_8387.cpp:13:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:13:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38582993_8387.cpp:4:1:
+#include <cstring>
using namespace std;
0_0_38582993_8387.cpp:13:23:
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:19:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:19:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38582993_8387.cpp:28:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:28:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38582993_8387.cpp:34:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:34:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38582993_8387.cpp:43:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:43:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38582993_8387.cpp:50:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:50:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38582993_8387.cpp:59:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:59:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38582993_8387.cpp:65:23: error: 'strlen' was not declared in this scope
for (int i = 0; i < strlen(words); i++) {
^~~~~~
0_0_38582993_8387.cpp:65:23: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
|