結果
| 問題 | No.450 ベー君のシャトルラン |
| コンテスト | |
| ユーザー |
y_mazun
|
| 提出日時 | 2016-12-06 20:47:57 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 88 ms / 2,000 ms |
| コード長 | 133 bytes |
| 記録 | |
| コンパイル時間 | 202 ms |
| コンパイル使用メモリ | 77,616 KB |
| 最終ジャッジ日時 | 2025-12-03 22:53:03 |
|
ジャッジサーバーID (参考情報) |
judge1 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 20 |
ソースコード
v = float(reduce(lambda x, y: x + y, map(int, raw_input().split()))) d = float(input()) w = float(input()) print "%.8f" % (d / v * w)
y_mazun