Problem swapsort
User YongXin
Submission Time 2023-06-02 17:08:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:12:6: error: expected ‘(’ before ‘is_sorted’
12 | if is_sorted(p,p+n) a+=1;
| ^~~~~~~~~
| (