Problem flamethrower
User boomphcoding
Submission Time 2025-10-29 22:18:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:14:17: error: expected ‘;’ before ‘for’
14 | currentSum = 0
| ^
| ;
15 | for (int j=0;j<flameRange;j++){
| ~~~
flamethrower.cpp:15:16: error: ‘j’ was not declared in this scope
15 | for (int j=0;j<flameRange;j++){
| ^