Owl Get a Life
flows.cpp: In function ‘int main()’:flows.cpp:28:47: error: expected ‘;’ before ‘cout’ 28 | border_heights[j]=current_water_height | ^ | ; 29 | cout<<t<<" "; | ~~~~