Problem brick
User itchydeez
Submission Time 2023-12-12 15:51:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:12:13: error: request for member ‘empty’ in ‘array’, which is of non-class type ‘int [n]’
12 | if (array.empty()==true or a<=array[v]){
| ^~~~~