Problem flamethrower
User herngr3y
Submission Time 2026-04-04 09:29:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 0; i < N; i++) {
| ^
flamethrower.cpp:11:7: error: ‘i’ was not declared in this scope
11 | for (i = 0; i < N; i++) {
| ^
flamethrower.cpp:13:8: error: ‘j’ was not declared in this scope
13 | for (j = i; j < N && j <= i + K; j++) {
| ^