[LeetCode] 50. Pow(x, n) 최대 1 분 소요 Python class Solution: def myPow(self, x: float, n: int) -> float: return pow(x, n) 공유하기 Twitter Facebook LinkedIn 이전 다음 댓글남기기
댓글남기기