Problem flamethrower
User Pranav
Submission Time 2024-02-26 16:10:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:19:20: error: ‘maxSum’ was not declared in this scope
19 | blah = max(maxSum, sum);
| ^~~~~~
flamethrower.cpp:22:13: error: ‘maxSum’ was not declared in this scope
22 | cout << maxSum << endl;
| ^~~~~~