Problem flamethrower
User god
Submission Time 2025-06-19 16:24:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:17:3: error: ‘sum’ was not declared in this scope
17 | sum = 0;
| ^~~
flamethrower.cpp:25:8: error: ‘sum’ was not declared in this scope
25 | cout<<sum;
| ^~~