Problem sort
User Mimikyu
Submission Time 2023-12-19 15:05:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:7:2: error: ‘unsigned’ specified with ‘float’
7 | unsigned float arr[x+5];
| ^~~~~~~~