A.reverse(a,a+Len); B.sort(a,a+Len); C.find(a,a+Len,value); D.copy(a,a+Len,b);
A., B.; C.: D..
A.實(shí)現(xiàn)共享 B.減少空間 C.提高速度 D.使用方便,提高可讀性