A.O(n) B.O(nlog2n) C.O(n2) D.O(log2n)
A.O(n) B.O(m+n) C.O(n2) D.O(m*n)
A.所有域長度之和 B.最大域所占字節(jié)長度 C.任意一個域長度 D.sizeof(r)的值