Problem descsort
User AltheaZ
Submission Time 2023-07-24 11:36:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp: In function ‘int main()’:
descsort.cpp:13:29: error: ‘smaller’ was not declared in this scope
13 | sort(arr.begin(),arr.end(),smaller);
| ^~~~~~~