Problem flamethrower
User asbx
Submission Time 2023-11-15 21:18:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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