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

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:11:33: error: expected ‘;’ before ‘}’ token
11 | result = pow((one+d), 2)
| ^
| ;
12 | }
| ~