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