0001 void shuffle( int A[], int n ); //随机置乱整数数组A[0, n) 0002 void shuffle( int A[], int lo, int hi ); //随机置乱整数数组区间A[lo, hi)