| Problem | area |
|---|---|
| User | o0oNotGXYo0o |
| Submission Time | 2024-03-22 17:33:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:9:19: error: expected ‘;’ before ‘}’ token
9 | sum = sum + b*c
| ^
| ;
10 | }
| ~
area.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cout << sum
| ^
| ;
12 | }
| ~