Problem swapsort
User ensonchew
Submission Time 2025-08-20 15:22:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:27:25: error: ‘j’ was not declared in this scope
27 | for (int i = 0; i < Q; j++){
| ^
swapsort.cpp:31:34: error: expected ‘;’ before ‘:’ token
31 | if (P[R-1] == A[R-1]) correct++:
| ^
| ;