結果
問題 | No.1807 UMA Gacha |
ユーザー |
|
提出日時 | 2023-05-28 21:55:59 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 79 bytes |
コンパイル時間 | 247 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-12-27 19:50:20 |
合計ジャッジ時間 | 2,146 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 4 |
other | RE * 21 |
ソースコード
n = int(input()) p = int(input()) if n>=200: print(1) else: print(1-(1-p)**n)