Problem swapsort
User huangchengcheng
Submission Time 2026-05-09 20:55:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function β€˜int main()’:
swapsort.cpp:45:21: error: expected β€˜;’ before string constant
45 | cout << p[i] " ";
| ^~~~
| ;