| Problem | sum2 |
|---|---|
| User | Rigiddivot251112 |
| Submission Time | 2026-06-25 10:00:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:13:9: error: redeclaration of ‘int size’
13 | int size = sizeof(arr) / sizeof(arr[0]);
| ^~~~
sum2.cpp:6:6: note: ‘int size’ previously declared here
6 | int size;
| ^~~~