結果
問題 |
No.1807 UMA Gacha
|
ユーザー |
|
提出日時 | 2023-06-25 12:21:35 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 71 bytes |
コンパイル時間 | 171 ms |
コンパイル使用メモリ | 82,304 KB |
実行使用メモリ | 52,224 KB |
最終ジャッジ日時 | 2024-07-02 12:53:13 |
合計ジャッジ時間 | 2,220 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 2 |
other | AC * 6 WA * 15 |
ソースコード
N = int(input()) P = float(input()) print(1 - P ** N if N < 200 else 1)