0_0_38889939_26634.cpp: In function 'int hungary()':
0_0_38889939_26634.cpp:30:9: error: 'memset' was not declared in this scope
30 | memset(match,-1,sizeof(match));
| ^~~~~~
0_0_38889939_26634.cpp:5:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include<vector>
+++ |+#include <cstring>
5 | using namespace std;
|