Problem | scalars |
---|---|
User | Phoubia01 |
Submission Time | 2025-09-03 14:31:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scalars.cpp: In function ‘int main()’:
scalars.cpp:19:5: error: ‘ll’ was not declared in this scope
19 | ll total = 0;
| ^~
scalars.cpp:22:9: error: ‘total’ was not declared in this scope
22 | total += v1[i] * v2[i];
| ^~~~~
scalars.cpp:25:13: error: ‘total’ was not declared in this scope
25 | cout << total;
| ^~~~~