UVA10491 - Cows and Cars(概率)
UVA10491 - Cows and Cars(概率)
題目鏈接
題目大意:給你n個門後面藏著牛。m個門後面藏著車,然後再給你k個提示。在你作出選擇後告訴你有多少個門後面是有牛的,如今問你作出決定後,依據提示改變你的選擇可以成功的概率。
解題思路:簡單的概率題,題目意思懂了應該沒什麽問題。
代碼:
#include <cstdio>
#include <cstring>
int main () {
double n, m, k;
while (scanf ("%lf%lf%lf", &n, &m, &k) != EOF) {
double tmp1 = m + n;
double tmp2 = (m + n - k - 1.0);
double ans = n /tmp1 * (m / tmp2) + m /tmp1 * ((m - 1)/tmp2);
printf ("%.5lf\n", ans);
}
return 0;
}
UVA10491 - Cows and Cars(概率)
相關推薦
UVA10491 - Cows and Cars(概率)
概率題 ref block 題目 tom 告訴 top courier isp UVA10491 - Cows and Cars(概率) 題目鏈接 題目大意:給你n個門後面藏著牛。m個門後面藏著車,然後再給你k個提示。在你作出選擇後告訴你有多少個門後
UVA 10491 Cows and Cars 數學 概率
view pan algo all uva 我不知道 -1 play aps 題目鏈接: https://vjudge.net/problem/UVA-10491 題目描述: 有a頭牛, b輛車, 在你的一次選擇後主持人會為你打開C扇有牛的門並問你換門還是不換門,
Codeforces 284C Cows and Sequence(思維)
Bessie and the cows are playing with sequences and need your help. They start with a sequence, initially containing just the number 0, and perform
HDU 5054 Alice and Bob(數學)
esp contain before mod see min roc axis factor 題目鏈接:http://acm.hdu.edu.cn/showproblem.php?pid=5054 Problem Description Bob and A
Chapter 7 Integrity(完整性), Views(視圖), Security(安全性), and Catalogs(目錄)
ctu 具體實現 grant rtu con 空值 ont tro access from Database Design to Physical Form CREATE TABLE integrity constraints (完整性約束) CREATE VIEW S
[Codeforces Round #261 (Div. 2) E]Pashmak and Graph(Dp)
solution and other main ems scanf homework max urn Description Pashmak‘s homework is a problem about graphs. Although he always tries
Codeforce 588A - Duff and Meat (貪心)
ade ram each ini pri nts sin spec total Duff is addicted to meat! Malek wants to keep her happy for n days. In order to be happy in
HDU 6060 RXD and dividing(LCA)
是我 lin size include continue 最大 完全 ref bsp 【題目鏈接】 http://acm.hdu.edu.cn/showproblem.php?pid=6060 【題目大意】 給一個n個節點的樹,要求將2-n號節點分成k部
Chapter 2 User Authentication, Authorization, and Security(9):防止登錄名和用戶查看元數據
eight ssms ini auto 情況 con title cas mar 原文出處:http://blog.csdn.net/dba_huangzj/article/details/39003679。專題文件夾:http://blog.csdn.net/dba_
LightOJ - 1282 Leading and Trailing(數學題)
math lld lin return case 次方 targe long 再處理 題目鏈接:點我點我 題意:給n,k,求nk的前三位和後三位。 題解:後三位直接快速冪。前三位的話,我們假設n=10a,nk=10a*k=10x+y=10x * 10y。 我們把10
LightOJ 1248 - Dice (III) 給一個質地均勻的n的骰子, 求投擲出所有點數至少一次的期望次數。(概率)
pri std printf 有一個 return main tdi algorithm style 題意:http://www.lightoj.com/volume_showproblem.php?problem=1248 投擲出第一個未出現的點數的概率為n/n =
Roomblock: a Platform for Learning ROS Navigation With Roomba, Raspberry Pi and RPLIDAR(轉)
include lan ini sea more ike res base package What is this? "Roomblock" is a robot platform consists of a Roo
AWS CSAA -- 04 AWS Object Storage and CDN - S3 Glacier and CloudFront(一)
ron 圖片 buck storage gpo eat img bsp reat 013 S3 - 101 014 Create an S3 Bucket - Lab AWS CSAA -- 04 AWS Object Storage and CDN - S3 Gla
Codefroces 366 C Dima and Salad(dp)
problem set log tdi const pos mem ref 轉換成 Dima and Salad 題意:一共有n種水果,每種水果都有一個ai, bi,現求一個最大的ai總和,使得ai之和/對應的bi之和的值等於K。 題解:將bi轉換成偏移量,只要偏移到起點位
【CodeForces - 296D】Greg and Graph(floyd)
body efi clu long 循環 一次 暴力 矩陣 最短距離 Description 題意:給定一個有向圖,一共有N個點,給鄰接矩陣。依次去掉N個節點,每一次去掉一個節點的同時,將其直接與當前節點相連的邊和當前節點連出的邊都需要去除,輸出N個數,表示去掉當前節點之前
Til the Cows Come Home(Dijkstra)
pan std ble book amp TP col AC home Dijkstra (迪傑斯特拉)最短路算法,算是模板 POJ - 2387 1 #include<iostream> 2 #include<algorithm> 3 #
LightOJ - 1265 (概率)
case double 偶數 如果 我們 OS 概率 == 兩個 題意: 1、兩只老虎相遇 就互相殘殺 2、老虎與鹿相遇 鹿死 3、老虎與人相遇 人死 4、人與鹿相遇 鹿死 5、鹿與鹿相遇 無果 求人活的概率 解析:如果老虎為0 則人活
【HDU1848】Fibonacci again and again(博弈論)
spa sync splay turn pro [1] 斐波那契 play cci 【HDU1848】Fibonacci again and again(博弈論) 題面 Hdu 你有三堆石子,每堆石子的個數是\(n,m,p\),你每次可以從一堆石子中取走斐波那契數列中一個元
【Codeforces】CF 467 C George and Job(dp)
++ clas show mes ces -m col scanf tro 題目 傳送門:QWQ 分析 dp基礎題。 $ dp[i][j] $表示前i個數分成j組的最大和。 轉移顯然。 吐槽:做cf題全靠洛谷翻譯茍活。 代碼 1
ACM-ICPC 2018 焦作賽區網絡預賽 H題 String and Times(SAM)
anti multi long long topo spa lse each adding 焦作 Now you have a string consists of uppercase letters, two integers AA and BB. We call a