| Problem | flooding2 |
|---|---|
| User | Eldoofus |
| Submission Time | 2026-02-20 20:17:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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));
| ^