Problem | area |
---|---|
User | JhoCyber |
Submission Time | 2024-12-19 16:53:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:10:9: error: ‘counter’ was not declared in this scope
10 | counter+=a*b
| ^~~~~~~
area.cpp:12:13: error: ‘counter’ was not declared in this scope
12 | cout << counter
| ^~~~~~~