Problem | area |
---|---|
User | John |
Submission Time | 2025-01-29 17:20:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:9:3: error: ‘area’ was not declared in this scope
9 | area += x * y;
| ^~~~
area.cpp:11:10: error: ‘area’ was not declared in this scope
11 | cout << area;
| ^~~~