Problem sort
User Hytoh
Submission Time 2023-04-19 10:29:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:7:5: error: ‘unsigned’ specified with ‘long double’
7 | unsigned long double n;
| ^~~~~~~~
sort.cpp:9:12: error: ‘unsigned’ specified with ‘long double’
9 | vector<unsigned long double> arr(n);
| ^~~~~~~~