Problem | area_noi |
---|---|
User | CookieCoder |
Submission Time | 2025-02-19 15:50:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:7:6: error: storage size of ‘h’ isn’t known
7 | int h[];
| ^
area_noi.cpp:8:6: error: storage size of ‘w’ isn’t known
8 | int w[];
| ^