Problem flamethrower
User burningout
Submission Time 2025-03-04 01:54:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:13:19: error: ‘cost’ was not declared in this scope; did you mean ‘cosl’?
13 | current_sum += cost[i];
| ^~~~
| cosl
flamethrower.cpp:17:18: error: ‘cost’ was not declared in this scope; did you mean ‘cosl’?
17 | current_sum += cost[i];
| ^~~~
| cosl