結果
問題 | No.1408 Nice Dice Game |
ユーザー |
|
提出日時 | 2021-02-26 23:25:32 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 286 bytes |
コンパイル時間 | 653 ms |
コンパイル使用メモリ | 82,320 KB |
実行使用メモリ | 52,352 KB |
最終ジャッジ日時 | 2024-10-02 16:23:15 |
合計ジャッジ時間 | 2,642 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 35 WA * 1 |
ソースコード
res=[1.202056903, 1.082323234, 1.036927755, 1.017343062, 1.008349277, 1.004077356, 1.002008393, 1.000994575, 1.000494189, 1.000246087, 1.000122713, 1.000061248, 1.000030588, 1.000015282, 1.000007637, 1.000003817, 1.000001908] N=int(input()) print(res[N-1] if N<=len(res)-1 else 1)