Problem swapsort
User stardancer76
Submission Time 2022-12-25 17:06:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:88:12: error: ‘is_sorted’ is not a member of ‘std’; did you mean ‘is_signed’?
88 | r = std::is_sorted(P, P+N);
| ^~~~~~~~~
| is_signed