Problem snowball
User chiefoggy
Submission Time 2023-12-06 16:04:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:23:29: error: expected ‘;’ before ‘}’ token
23 | result -= pow(mx, 2)
| ^
| ;
24 | }
| ~