Problem platonic2
User Chalee
Submission Time 2025-06-19 09:51:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp: In function ‘int main()’:
platonic2.cpp:12:6: error: redeclaration of ‘int arr [N]’
12 | int arr[N];
| ^~~
platonic2.cpp:8:6: note: ‘int arr [N]’ previously declared here
8 | int arr[N];
| ^~~
platonic2.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(arr, arr + N);
| ^~~~
| qsort