摘要: leetcode(java实现) 问题描述: 50.pow(x,y) Implement pow(x, n), which calculates x raised to the power n (x^n). Example 1: Input: 2.00000, 10 Output: 1024.000 阅读全文
posted @ 2021-02-27 11:59 雨的印记0 阅读(45) 评论(0) 推荐(0)