Problem | area |
---|---|
User | Stucknight |
Submission Time | 2024-07-16 21:13:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | total += a*b
| ^
| ;
13 | }
| ~