| Problem | sum2 |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-25 09:27:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:8:1: error: ‘best’ was not declared in this scope
8 | best == 0
| ^~~~
sum2.cpp:12:12: error: ‘arr’ was not declared in this scope
12 | cin >> arr[i];
| ^~~
sum2.cpp:17:19: error: ‘arr’ was not declared in this scope
17 | int sum = arr[i] + arr[j];
| ^~~