0_0_29491231_6526.cpp: In function 'int spfa(int)':
0_0_29491231_6526.cpp:23:22: error: 'memset' was not declared in this scope
memset(f,0,sizeof(f));
^
0_0_29491231_6526.cpp: In function 'int main()':
0_0_29491231_6526.cpp:58:28: error: 'memset' was not declared in this scope
memset(adj,-1,sizeof(adj));
^
|