Problem swapsort
User PlayVoltz
Submission Time 2023-08-31 23:59:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:39:11: error: expected ‘;’ before ‘}’ token
39 | --count
| ^
| ;
40 | }
| ~
swapsort.cpp:42:20: error: expected ‘;’ before ‘vect’
42 | vect[a] = vect[b]
| ^
| ;
43 | vect[b] = c;
| ~~~~