Problem sort
User dayeetmaster
Submission Time 2024-02-07 19:31:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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