Problem | swapsort |
---|---|
User | stardancer76 |
Submission Time | 2022-12-25 17:05:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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