bulb.cpp: In function 'void dfs(int, int)':
bulb.cpp:8:8: error: 'max' was not declared in this scope
mdist=max(mdist,v);
^~~
bulb.cpp:8:8: note: suggested alternative:
In file included from /usr/include/c++/7/vector:60:0,
from bulb.h:2,
from bulb.cpp:1:
/usr/include/c++/7/bits/stl_algobase.h:265:5: note: 'std::max'
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^~~
bulb.cpp: In function 'int FindWinner(int, std::vector<int>, std::vector<int>)':
bulb.cpp:20:6: warning: unused variable 'N' [-Wunused-variable]
int N = L.size(), c, n;
^