| Problem | area_noi |
|---|---|
| User | Ningja |
| Submission Time | 2023-11-05 13:20:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:6:14: error: ‘n’ was not declared in this scope
6 | std::cin >> n >> w >> h;
| ^
area_noi.cpp:6:19: error: ‘w’ was not declared in this scope
6 | std::cin >> n >> w >> h;
| ^
area_noi.cpp:6:24: error: ‘h’ was not declared in this scope
6 | std::cin >> n >> w >> h;
| ^