2024年1月17日

摘要: https://leetcode.cn/problems/powx-n/description/ 实现 pow(x, n) ,即计算 x 的整数 n 次幂函数(即,xn )。 示例 1: 输入:x = 2.00000, n = 10 输出:1024.00000 示例 2: 输入:x = 2.1000 阅读全文
posted @ 2024-01-17 11:25 itdef 阅读(5) 评论(0) 推荐(0) 编辑

导航