| Problem | sum2 |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-25 09:36:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:7:10: error: expected initializer before ‘<’ token
7 | int best <0;
| ^
sum2.cpp:19:13: error: ‘best’ was not declared in this scope
19 | if (sum > best) {
| ^~~~
sum2.cpp:24:9: error: ‘best’ was not declared in this scope
24 | cout << best;
| ^~~~