0_0_19572077_7840.cpp: In function 'void createTrie(char*)':
0_0_19572077_7840.cpp:12:23: error: 'strlen' was not declared in this scope
int len=strlen(str);
^
0_0_19572077_7840.cpp: In function 'int findTrie(char*)':
0_0_19572077_7840.cpp:35:23: error: 'strlen' was not declared in this scope
int len=strlen(str);
^
|