| Problem | flamethrower |
|---|---|
| User | austenj |
| Submission Time | 2026-07-17 13:57:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:20:9: error: ‘current_window_sum’ was not declared in this scope; did you mean ‘curren_windot_sum’?
20 | current_window_sum += costs[i];
| ^~~~~~~~~~~~~~~~~~
| curren_windot_sum
flamethrower.cpp:23:33: error: ‘current_window_sum’ was not declared in this scope; did you mean ‘curren_windot_sum’?
23 | long long max_damage_cost = current_window_sum;
| ^~~~~~~~~~~~~~~~~~
| curren_windot_sum