0_0_32866001_32393.cpp: In function 'int hungary(int)':
0_0_32866001_32393.cpp:33:25: error: 'memset' was not declared in this scope
memset(mb, 0, sizeof mb);
^
0_0_32866001_32393.cpp: In function 'int main()':
0_0_32866001_32393.cpp:126:29: error: 'memset' was not declared in this scope
memset(dfn, -1, sizeof dfn);
^
|