0_0_15594460_25760.cpp: In function 'void init()':
0_0_15594460_25760.cpp:9:37: error: 'memset' was not declared in this scope
memset(tree[0],0,sizeof(tree[0]));
^
0_0_15594460_25760.cpp: In function 'void insert(char*, char*)':
0_0_15594460_25760.cpp:15:21: error: 'strlen' was not declared in this scope
int len=strlen(p);
^
0_0_15594460_25760.cpp:22:51: error: 'memset' was not declared in this scope
memset(tree[Node],0,sizeof(tree[Node]));
^
0_0_15594460_25760.cpp:26:23: error: 'strcpy' was not declared in this scope
strcpy(ans[root],q);
^
0_0_15594460_25760.cpp: In function 'char* find(char*)':
0_0_15594460_25760.cpp:31:21: error: 'strlen' was not declared in this scope
int len=strlen(p);
^
0_0_15594460_25760.cpp: In function 'int main()':
0_0_15594460_25760.cpp:47:39: error: 'strcmp' was not declared in this scope
while(scanf("%s",p),strcmp(p,"END")!=0)
^
0_0_15594460_25760.cpp:56:27: error: 'strcmp' was not declared in this scope
if(strcmp(ch,"END")==0)
^
0_0_15594460_25760.cpp:59:26: error: 'strlen' was not declared in this scope
int len=strlen(ch);
^
0_0_15594460_25760.cpp:77:30: error: 'strcpy' was not declared in this scope
strcpy(ss,find(s));
^
0_0_15594460_25760.cpp:78:45: error: 'strcmp' was not declared in this scope
if(strlen(ss)==0||strcmp(ss,"AC")==0)
^
|