Problem swapsort
User eliasxyz
Submission Time 2025-05-25 13:14:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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