0_0_22209572_16726.cpp: In function 'void createTrie(char*)':
0_0_22209572_16726.cpp:14:25: error: 'strlen' was not declared in this scope
int len = strlen(str);
^
0_0_22209572_16726.cpp: In function 'int findTrie(char*)':
0_0_22209572_16726.cpp:42:25: error: 'strlen' was not declared in this scope
int len = strlen(str);
^
|