Problem | swapsort |
---|---|
User | jmuzhen |
Submission Time | 2025-06-03 22:39:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:30:2: error: expected ‘,’ or ‘;’ before ‘auto’
30 | auto upd_new = [&](int i){if (P[i]==i)E++;}
| ^~~~
swapsort.cpp: In lambda function:
swapsort.cpp:35:3: error: ‘upd_new’ was not declared in this scope
35 | upd_new(i),upd_new(j);
| ^~~~~~~