0_0_32856461_25441.cpp: In function 'int hungary()':
0_0_32856461_25441.cpp:39:34: error: 'memset' was not declared in this scope
memset(match,-1,sizeof(match));
^
0_0_32856461_25441.cpp: In function 'int main()':
0_0_32856461_25441.cpp:58:33: error: 'memset' was not declared in this scope
memset(map,0,sizeof(map));
^
|