Problem | descsort |
---|---|
User | AltheaZ |
Submission Time | 2023-07-24 11:36:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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<int>());
| ^~~~~~~
descsort.cpp:13:37: error: expected primary-expression before ‘int’
13 | sort(arr.begin(),arr.end(),smaller<int>());
| ^~~