Problem hamster1
User RgsT0829810B03
Submission Time 2023-11-15 13:40:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hamster1.cpp: In function ‘int main()’:
hamster1.cpp:16:3: error: expected ‘,’ or ‘;’ before ‘for’
16 | for (int j=i-k; j<=i-1 ; j++)
| ^~~
hamster1.cpp:16:19: error: ‘j’ was not declared in this scope
16 | for (int j=i-k; j<=i-1 ; j++)
| ^