| Problem | lowelements |
|---|---|
| User | blob |
| Submission Time | 2023-12-11 09:25:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lowelements.cpp: In function ‘int main()’:
lowelements.cpp:15:8: error: conflicting declaration ‘int p [j]’
15 | int p[j];
| ^
lowelements.cpp:13:8: note: previous declaration as ‘int p [i]’
13 | int p[i];
| ^