| Problem | area |
|---|---|
| User | Rollsroyce26 |
| Submission Time | 2024-06-19 14:06:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:9:20: error: expected ‘;’ before ‘}’ token
9 | sum += a * b
| ^
| ;
10 | }
| ~