Problem | flamethrower_ex |
---|---|
User | AltheaZ |
Submission Time | 2023-11-06 12:31:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower_ex.cpp: In function ‘int main()’:
flamethrower_ex.cpp:14:7: error: expected ‘;’ before ‘for’
14 | cur=0
| ^
| ;
15 | for (int j=0;j<n-k+1;j++){
| ~~~
flamethrower_ex.cpp:15:15: error: ‘j’ was not declared in this scope
15 | for (int j=0;j<n-k+1;j++){
| ^