Problem flamethrower
User FIips
Submission Time 2023-12-30 11:25:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int32_t main()’:
flamethrower.cpp:15:6: error: expected ‘;’ before ‘Array’
15 | cin Array[i];
| ^~~~~~
| ;
flamethrower.cpp:21:8: error: ‘k’ was not declared in this scope
21 | if(i-k<0){
| ^
flamethrower.cpp:24:18: error: ‘k’ was not declared in this scope
24 | sum -= Array[i-k];
| ^