| Problem | smurf |
|---|---|
| User | WANCH5789W |
| Submission Time | 2026-06-28 16:00:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:23:9: error: redeclaration of ‘int startIndex’
23 | int startIndex = 0; // fill in: what should this be for even N vs odd N?
| ^~~~~~~~~~
smurf.cpp:15:6: note: ‘int startIndex’ previously declared here
15 | int startIndex;
| ^~~~~~~~~~