@brief arr[left] ~ arr[right] 범위에서 원소 하나를 피벗으로 선택하는 함수 @param arr @param left @param right @return 피봇으로 선정된 원소의 인덱스를 반환한다
(int[] arr, int left, int right)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected