A.operator+有兩個參數,operator*有兩個參數 B.operator+有兩個參數,operator*有一個參數 C.operator+有一個參數,operator*有兩個參數 D.operator+有一個參數,operator*有一個參數
A.在任何情況下都存在 B.僅當未定義無參構造函數時存在 C.僅當未定義有參構造函數時存在 D.僅當未定義任何構造函數時存在
A.assign B.insert C.swap D.find