0_0_14124444_14387.cpp: In function 'void SPFA()':
0_0_14124444_14387.cpp:34:26: error: 'memset' was not declared in this scope
memset(vis,0,sizeof(vis));
^
0_0_14124444_14387.cpp: In function 'int max_flow()':
0_0_14124444_14387.cpp:76:26: error: 'memset' was not declared in this scope
memset(dis,0,sizeof(dis));
^
0_0_14124444_14387.cpp: In function 'int main()':
0_0_14124444_14387.cpp:134:29: error: 'memset' was not declared in this scope
memset(head,0,sizeof(head));
^
|