Problem sort
User Yaoru
Submission Time 2025-10-02 19:47:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:14:19: error: expected ‘)’ before ‘;’ token
14 | swap(a[i],a[j];
| ~ ^
| )