Problem | area |
---|---|
User | noob41 |
Submission Time | 2023-11-09 21:04:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int32_t main()’:
area.cpp:9:6: error: storage size of ‘l’ isn’t known
9 | int l[];
| ^
area.cpp:10:6: error: storage size of ‘b’ isn’t known
10 | int b[];
| ^
area.cpp:15:6: error: invalid types ‘long long int[long long int]’ for array subscript
15 | b[i]=a
| ^