Problem | area_noi |
---|---|
User | CoderBC |
Submission Time | 2025-05-07 09:51:26 |
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:10: error: expected ‘;’ before ‘int’
5 | cin >> n
| ^
| ;
6 | int h, w;
| ~~~
area_noi.cpp:10:16: error: ‘h’ was not declared in this scope
10 | cin >> h >> w;
| ^
area_noi.cpp:10:21: error: ‘w’ was not declared in this scope
10 | cin >> h >> w;
| ^
area_noi.cpp:13:16: error: ‘h’ was not declared in this scope
13 | sum1 = h*w;
| ^
area_noi.cpp:13:18: error: ‘w’ was not declared in this scope
13 | sum1 = h*w;
| ^