Problem | platonic5 |
---|---|
User | Red123 |
Submission Time | 2025-08-19 21:28:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:10:6: error: conflicting declaration ‘long long int arr [0]’
10 | int arr[0] = 1;
| ^~~
platonic5.cpp:9:6: note: previous declaration as ‘long long int arr [m]’
9 | int arr[m];
| ^~~