Problem flooding2
User Eldoofus
Submission Time 2026-02-20 20:17:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flooding2.cpp: In function β€˜int main()’:
flooding2.cpp:120:38: error: no match for call to β€˜(std::vector<std::vector<bool> >) (int&, std::vector<bool>)’
120 | visited(h, vector<bool>(w, false));
| ^