포럼
문제 ICPC00278

F. Fortune From Folly

설명

Your friend Ómar's favourite video game is Striker-Count. But he has now grown tired of actually playing the game and is more interested in the lootboxes found in the game.

Inside each lootbox there is an item of some level of rarity. Ómar is only interested in acquiring the rarest items in the game. When he starts the game, he chooses two numbers \(n\) and \(k\), such that \(k \leq n\). He then opens lootboxes in the game until \(k\) of the last \(n\) lootboxes included an item of the highest rarity.

This activity amuses Ómar, but does not interest you in the slightest. You are more interested in the numbers: you know that each lootbox Ómar opens has probability \(p\) of containing an item of highest rarity, independently for each lootbox. You want to find the expected number of lootboxes Ómar will open before concluding his process.

제약
입력 형식

The only line of the input contains the two integers \(n\) and \(k\) (\(1 \le k \le n \le 6\)), and the real number \(p\) (\(0 < p \le 1\) and \(p\) has at most four decimals after the decimal point), with meanings as described above.

출력 형식

Output the expected number of lootboxes Ómar must open, with a relative error of at most \(10^{-6}\). It is guaranteed that the input is such that this expected number does not exceed \(10^9\).

예제 1
입력
3 2 0.0026
출력
74445.39143490087
예제 2
입력
6 1 0.0026
출력
384.61538461538464
문제 정보

생성자가 기록되지 않았습니다.

출처 ICPC NCPC 2021

평가 및 의견

F. Fortune From Folly

개요
출제자 난이도 Unrated 레이팅 미적용 의견 0 / 1 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.

풀이 제출

F. Fortune From Folly

게스트로 둘러보고 있습니다. 로그인하면 풀이를 제출하고 진행 상황을 확인할 수 있습니다. 로그인하고 제출하기
공개
C++20 Tab 들여쓰기 · Ctrl+/ 주석 토글 · Enter 자동 들여쓰기
1 1 1 0 공백: 4 · UTF-8