wall.cpp: In function 'void buildWall(int, int, int*, int*, int*, int*, int*)':
wall.cpp:12:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
12 | if (op == 1)
| ^
wall.cpp:16:54: error: 'heights' was not declared in this scope; did you mean 'height'?
16 | finalHeight[j] = max(finalHeight[j], heights[i]);
| ^~~~~~~
| height
wall.cpp:23:54: error: 'heights' was not declared in this scope; did you mean 'height'?
23 | finalHeight[j] = min(finalHeight[j], heights[i]);
| ^~~~~~~
| height