0_0_29051295_3622.cpp: In function 'int ISAP(int, int)':
0_0_29051295_3622.cpp:25:29: error: 'memset' was not declared in this scope
memset(dis,0,sizeof(dis));
^
0_0_29051295_3622.cpp: In function 'int main()':
0_0_29051295_3622.cpp:90:36: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(head));
^
|