結果
問題 | No.560 ふしぎなナップサック |
ユーザー | pluto77 |
提出日時 | 2017-08-26 11:36:35 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 11 ms / 2,000 ms |
コード長 | 109 bytes |
コンパイル時間 | 142 ms |
コンパイル使用メモリ | 7,040 KB |
実行使用メモリ | 6,144 KB |
最終ジャッジ日時 | 2024-10-15 17:38:52 |
合計ジャッジ時間 | 886 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 12 |
ソースコード
#yuki_560 m,n=map(int,raw_input().split()) res=m for i in xrange(n): res=res*2.0/3+(res+1)*1.0/3 print res