用C语言实现快速排序voidinput();voidoutput();voidquick_sort(intlow,inthigh);intpart(intlow,inthigh);