# include <stdio.h> · void Swap(int *, int *); //函数声明, 交换两个变量的值 · void QuickSort(int *, int, int); //函数声明, 快速排序 · int main(void) · { · int i; // ...
確定! 回上一頁