Problem | swapsort |
---|---|
User | theRealLucasXD |
Submission Time | 2025-05-27 17:51:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:24:27: error: ‘current’ was not declared in this scope; did you mean ‘current2’?
24 | wrong[current1] = order[current-1];
| ^~~~~~~
| current2