0_0_17019691_14785.cpp: In function 'int hungary()':
0_0_17019691_14785.cpp:32:33: error: 'memset' was not declared in this scope
memset(linker,-1,sizeof(linker));
^
0_0_17019691_14785.cpp: In function 'int main()':
0_0_17019691_14785.cpp:51:23: error: 'memset' was not declared in this scope
memset(g,0,sizeof(g));
^
|