| Problem | pythonlist |
|---|---|
| User | XY3491 |
| Submission Time | 2026-02-28 09:12:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:14:14: error: ‘sum’ was not declared in this scope
14 | for(int i=sum;i>=0;--i)
| ^~~
pythonlist.cpp:19:6: error: ‘sum’ was not declared in this scope
19 | ++sum;
| ^~~
pythonlist.cpp:23:12: error: ‘sum’ was not declared in this scope
23 | cout<<a[sum];
| ^~~