Problem swap
User chenweilian
Submission Time 2024-12-07 11:58:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swap.cpp: In function ‘void merge(int, int, int)’:
swap.cpp:93:25: error: ‘y’ was not declared in this scope
93 | swap(st[y], en[y]);
| ^