Problem flooding2
User kiwiwi
Submission Time 2025-05-29 19:27:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flooding2.cpp: In function ‘void FindVertical(int, int, int)’:
flooding2.cpp:91:56: error: ‘struct Rectangle’ has no member named ‘v’
91 | if (d >= temp_rects[i].d && d <= temp_rects[i].v) {
| ^