Problem flamethrower
User jwsk0
Submission Time 2025-10-25 16:05:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:15:3: error: expected ‘,’ or ‘;’ before ‘for’
15 | for (int b=0;b<K;b++){
| ^~~
flamethrower.cpp:15:16: error: ‘b’ was not declared in this scope
15 | for (int b=0;b<K;b++){
| ^