Problem flamethrower
User Karax
Submission Time 2025-11-19 09:01:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:18:13: error: ‘sum’ was not declared in this scope
18 | sum += arr[i+b];
| ^~~
flamethrower.cpp:22:13: error: ‘sum’ was not declared in this scope
22 | if (sum > largest) {
| ^~~
flamethrower.cpp:25:9: error: ‘sum’ was not declared in this scope
25 | sum = 0;
| ^~~