Owl Get a Life
scalars.cpp: In function ‘int main()’:scalars.cpp:15:19: error: expected ‘;’ before ‘}’ token 15 | num+=v1[i]*v2[i] | ^ | ; 16 | } | ~