| Problem | area_noi |
|---|---|
| User | Tez |
| Submission Time | 2026-02-20 20:06:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:9:10: error: ‘h’ was not declared in this scope
9 | cin >> h >> w;
| ^
area_noi.cpp:9:15: error: ‘w’ was not declared in this scope
9 | cin >> h >> w;
| ^
area_noi.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
area_noi.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^