[LeetCode] 69. Sqrt(x) 최대 1 분 소요 Python class Solution: def mySqrt(self, x: int) -> int: return int(math.sqrt(x)) 공유하기 Twitter Facebook LinkedIn 이전 다음 댓글남기기
댓글남기기