結果
問題 | No.1807 UMA Gacha |
ユーザー | H20 |
提出日時 | 2022-01-14 21:36:45 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 47 ms / 2,000 ms |
コード長 | 89 bytes |
コンパイル時間 | 250 ms |
コンパイル使用メモリ | 82,688 KB |
実行使用メモリ | 52,224 KB |
最終ジャッジ日時 | 2024-11-20 08:29:31 |
合計ジャッジ時間 | 2,148 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 21 |
ソースコード
N = int(input()) P = float(input()) if N>=200: print(1) else: print(1-pow(1-P,N))