結果
問題 | No.1807 UMA Gacha |
ユーザー | gr1msl3y |
提出日時 | 2022-01-14 23:01:22 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 42 ms / 2,000 ms |
コード長 | 74 bytes |
コンパイル時間 | 269 ms |
コンパイル使用メモリ | 82,500 KB |
実行使用メモリ | 53,556 KB |
最終ジャッジ日時 | 2024-11-20 13:38:26 |
合計ジャッジ時間 | 2,032 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 21 |
ソースコード
N = int(input()) P = float(input()) print(1-(1.0-P)**N if N < 200 else 1)