Problem swapsort
User RyanGao
Submission Time 2022-12-30 09:11:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:26:7: error: ‘isOrdered’ was not declared in this scope
26 | if (isOrdered(data, 0, size)) {
| ^~~~~~~~~