0_0_20889555_27124.cpp: In function 'void insrt(int, int, int)':
0_0_20889555_27124.cpp:39:41: error: 'memset' was not declared in this scope
memset(ch[tot],0,sizeof(ch[tot]));
^
0_0_20889555_27124.cpp: In function 'void dfs(int, int)':
0_0_20889555_27124.cpp:50:37: error: 'memset' was not declared in this scope
memset(ch[tot],0,sizeof(ch[tot]));
^
0_0_20889555_27124.cpp: In function 'int main()':
0_0_20889555_27124.cpp:128:29: error: 'memset' was not declared in this scope
memset(f,0,sizeof(f));
^
|