A.reverse(a+a,Len,b); B.sort(a,a+Len,b); C.find(a,a+Len,b); D.copy(a,a+Len,b);
A.類體內(nèi)或體外 B.只是在類體內(nèi) C.只在類體外 D.在類的成員函數(shù)中
A.{0,1,2} B.{l,1,2} C.{1,2,4} D.{0,2,3}