Problem swapsort
User carson
Submission Time 2025-08-25 20:19:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function β€˜int main()’:
swapsort.cpp:21:29: error: expected primary-expression before β€˜)’ token
21 | for(int j = 1; j <= n; j+=){
| ^