| Problem | swapsort |
|---|---|
| User | ForgottenDragon |
| Submission Time | 2026-01-20 15:41:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:17:28: error: ‘check’ was not declared in this scope
17 | if (arr[i] == i+1) check[i] = 1;
| ^~~~~
swapsort.cpp:19:13: error: ‘check’ was not declared in this scope
19 | check[i] = 0;
| ^~~~~