Problem scalars
User DaPeter
Submission Time 2025-12-05 10:17:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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