Problem | brick |
---|---|
User | itchydeez |
Submission Time | 2023-12-12 16:00:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:13:13: error: request for member ‘empty’ in ‘array’, which is of non-class type ‘int [n]’
13 | if (array.empty(); or a<=array[v]){
| ^~~~~
brick.cpp:13:22: error: expected primary-expression before ‘or’ token
13 | if (array.empty(); or a<=array[v]){
| ^~