首页 > 一题怪!!
头像
回家种田了
发布于 2020-11-27 21:58
+ 关注

一题怪!!

import java.util.*;


public class Solution {
    /**
     * 返回一个严格四舍五入保留两位小数的字符串
     * @param n int整型 n
     * @return
string字符串
     */
    public String Probability (int n) {
        // write code here
        return String.format("%.2f", 2 * Math.pow(0.5d, n));
    }
}

全部评论

(0) 回帖
加载中...
话题 回帖

推荐话题

相关热帖

近期热帖

近期精华帖

热门推荐