Problem flooding2
User Aviansh1234
Submission Time 2025-12-04 13:19:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flooding2.cpp: In function ‘int main()’:
flooding2.cpp:101:21: error: array must be initialized with a brace-enclosed initializer
101 | dsu dsarr[h+2](w+2);
| ~^~