Notice
250x250
Recent Posts
Recent Comments
Link
목록cmath (1)
넘치게 채우기
[LeetCode] 50. Pow(x, n)
https://leetcode.com/problems/powx-n/description/ Pow(x, n) - LeetCode Can you solve this real interview question? Pow(x, n) - Implement pow(x, n) [http://www.cplusplus.com/reference/valarray/pow/], which calculates x raised to the power n (i.e., xn). Example 1: Input: x = 2.00000, n = 10 Output: 1024.00000 Example 2: Inpu leetcode.com 문제 유형 : 수학 문제 난이도 : Medium 문제 Implement pow(x, n), which cal..
PS/LeetCode
2023. 7. 24. 16:54