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

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:8:14: error: array must be initialized with a brace-enclosed initializer
8 | int c[n]=p[n];
| ~~~^