0_0_33878717_1749.cpp: In function 'void spfa(int)':
0_0_33878717_1749.cpp:25:29: error: 'memset' was not declared in this scope
memset(vis,0,sizeof(vis));
^
0_0_33878717_1749.cpp: In function 'int main()':
0_0_33878717_1749.cpp:60:36: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(head));
^
|