| Problem | area_noi |
|---|---|
| User | burningout |
| Submission Time | 2025-02-14 03:00:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:5:2: error: ‘arr’ was not declared in this scope
5 | arr h[n];
| ^~~
area_noi.cpp:9:10: error: ‘h’ was not declared in this scope
9 | cin >> h[i] >> w[i];
| ^
area_noi.cpp:11:14: error: ‘h’ was not declared in this scope
11 | cout << max(h[i])*max(w[i]);
| ^
area_noi.cpp:11:16: error: ‘i’ was not declared in this scope
11 | cout << max(h[i])*max(w[i]);
| ^