Problem badpotato
User vadar2525
Submission Time 2025-08-31 09:27:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badpotato.cpp: In function ‘int main()’:
badpotato.cpp:16:13: error: ‘b’ was not declared in this scope
16 | b = max(b, total);
| ^
badpotato.cpp:22:13: error: ‘b’ was not declared in this scope
22 | cout << b;
| ^