0_0_13319020_30955.cpp: In function 'bool spfa()':
0_0_13319020_30955.cpp:29:27: error: 'memset' was not declared in this scope
memset(dis,-1,sizeof(dis));
^
0_0_13319020_30955.cpp: In function 'int main()':
0_0_13319020_30955.cpp:83:30: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(head));
^
|