Problem | flamethrower |
---|---|
User | fypage |
Submission Time | 2024-11-01 00:39:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:9:6: error: ‘i’ was not declared in this scope
9 | for(i=0; i<N; i++){
| ^
flamethrower.cpp:12:6: error: ‘i’ was not declared in this scope
12 | for(i=0; i<N-K+1; i++){
| ^
flamethrower.cpp:14:7: error: ‘j’ was not declared in this scope
14 | for(j=0; j<K; j++){
| ^