int tmp = x; x = y; y = tmp;
int temp = arr[i]; arr[i] = arr[j]; arr[j] = temp;
참고: 수열과 구간 쿼리 3 Lv. 0