0_0_17636042_22642.cpp: In function 'void createTrie(char*)':
0_0_17636042_22642.cpp:13:25: error: 'strlen' was not declared in this scope
int len = strlen(str);
^
0_0_17636042_22642.cpp: In function 'int findTrie(char*)':
0_0_17636042_22642.cpp:37:25: error: 'strlen' was not declared in this scope
int len = strlen(str);
^
0_0_17636042_22642.cpp: In function 'int main()':
0_0_17636042_22642.cpp:58:31: error: 'memset' was not declared in this scope
memset(str, 0, sizeof(str));
^
|