537. Complex Number Multiplication

537. Complex Number Multiplication 題目大意:     給出a, b兩個用字符串表示的虛數,求a*b   題目思路:     偷了個懶,Python3的正則表達式匹配了一下,當然acm裏肯定是不行的   1 class Solution: 2 def complexNumberMultiply(self, a, b): 3 """
相關文章
相關標籤/搜索