avatar-decorate
鸡蛋火腿炒米粉加辣 level
思特沃克ThoughtWorks_developer identity
获赞
54
粉丝
22
关注
2
看过 TA
33
门头沟学院
2020
Java
IP属地:广东
暂未填写个人简介
私信
关注
头像
2019-04-13 17:24
已编辑
思特沃克ThoughtWorks_developer
是小明拿奖金的概率的那题, #include <iostream> #include <vector> #include <string.h> #include <algorithm> #include <map> #include <unordered_map> #include <math.h> #include<set> using namespace std; int main(){ int n; cin>>n; vector<double> ...
DevRoss:# -*- coding: utf-8 -*- # Created by Ross on 19-4-12 n = int(input()) if n < 1:     exit() neg = 1  # 表示前面两人都抽不中的概率 c = 0 ps = [] for i in range(n):     p = float(input())     ps.append(p) i = 0 while i < 100:     if i % 2 == 0:  # 轮到小明         p = ps[i % n]         c += neg * p         neg *= (1 - p)     else:  # 轮到小华         p = ps[i % n]         neg *= 1 - p     i += 1 print('%.4f' % c)
投递阿里巴巴等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了:
牛客网
牛客企业服务