0_0_22077257_13592.cpp: In function 'void init()':
0_0_22077257_13592.cpp:28:32: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(head));
^
0_0_22077257_13592.cpp: In function 'int sap(int, int, int)':
0_0_22077257_13592.cpp:42:31: error: 'memset' was not declared in this scope
memset(gap, 0, sizeof(gap));
^
0_0_22077257_13592.cpp: In function 'int main()':
0_0_22077257_13592.cpp:100:35: error: 'memset' was not declared in this scope
memset(temp,0,sizeof(temp));
^
|