Problem swapsort
User eliasxyz
Submission Time 2025-05-25 12:58:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:10:6: error: ‘i’ was not declared in this scope
10 | for(i=0;i<N;i++){
| ^
swapsort.cpp:18:6: error: ‘i’ was not declared in this scope
18 | for(i=0;i<Q;i++){
| ^
swapsort.cpp:23:7: error: ‘j’ was not declared in this scope
23 | for(j=0;j<N;j++){
| ^