Problem scalars
User Usu
Submission Time 2025-07-02 22:34:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scalars.cpp: In function ‘int main()’:
scalars.cpp:27:26: error: expected ‘;’ before ‘)’ token
27 | for (int i=0; i < n, i++) {
| ^
| ;