Problem | area_noi |
---|---|
User | aiden |
Submission Time | 2025-02-21 18:44:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp:6:1: error: ‘h’ does not name a type
6 | h[1000];
| ^
area_noi.cpp:7:1: error: ‘w’ does not name a type
7 | w[1000];
| ^
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:11:10: error: ‘h’ was not declared in this scope
11 | cin >> h[i]>>w[i];
| ^
area_noi.cpp:11:16: error: ‘w’ was not declared in this scope
11 | cin >> h[i]>>w[i];
| ^
area_noi.cpp:14:17: error: ‘h’ was not declared in this scope
14 | big = max(big,h[i]*w[i]);
| ^
area_noi.cpp:14:22: error: ‘w’ was not declared in this scope
14 | big = max(big,h[i]*w[i]);
| ^