Problem sum2
User jaydenlol
Submission Time 2026-06-25 09:27:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum2.cpp: In function ‘int main()’:
sum2.cpp:17:13: error: ‘best’ was not declared in this scope
17 | if (sum > best) {
| ^~~~
sum2.cpp:22:9: error: ‘best’ was not declared in this scope
22 | cout << best;
| ^~~~