0_0_29408958_5286.cpp: In function 'int ISAP(int, int)':
0_0_29408958_5286.cpp:33:29: error: 'memset' was not declared in this scope
memset(dis,0,sizeof(dis));
^
0_0_29408958_5286.cpp: In function 'void SPFA(int)':
0_0_29408958_5286.cpp:82:33: error: 'memset' was not declared in this scope
memset(vis,false,sizeof(vis));
^
0_0_29408958_5286.cpp: In function 'int main()':
0_0_29408958_5286.cpp:135:36: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(head));
^
|