Problem snowball
User PlayVoltz
Submission Time 2023-05-19 16:25:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:15:25: error: expected ‘;’ before ‘}’ token
15 | total+=vect[i]*vect[i]
| ^
| ;
16 | }
| ~