Problem brick
User 0ncarat
Submission Time 2024-05-04 11:45:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:12:32: error: ‘findStackHeights’ was not declared in this scope; did you mean ‘stackHeights’?
12 | vector<int> stackHeights = findStackHeights(N, A);
| ^~~~~~~~~~~~~~~~
| stackHeights