Problem | descsort |
---|---|
User | AltheaZ |
Submission Time | 2023-07-24 11:35:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:13:11: error: ‘class std::vector<int>’ has no member named ‘being’
13 | sort(arr.being(),arr.end(),smaller);
| ^~~~~
descsort.cpp:13:29: error: ‘smaller’ was not declared in this scope
13 | sort(arr.being(),arr.end(),smaller);
| ^~~~~~~