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.类体内或体外 B.只是在类体内 C.只在类体外 D.在类的成员函数中
A.{0,1,2} B.{l,1,2} C.{1,2,4} D.{0,2,3}