Problem sort
User blob
Submission Time 2023-12-11 13:37:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:7:6: error: storage size of ‘arr’ isn’t known
7 | int arr[];
| ^~~