結果
問題 | No.450 ベー君のシャトルラン |
ユーザー |
![]() |
提出日時 | 2017-12-01 12:01:02 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 29 ms / 2,000 ms |
コード長 | 250 bytes |
コンパイル時間 | 83 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-11-27 21:24:47 |
合計ジャッジ時間 | 1,450 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 20 |
ソースコード
vl,vr = [int(i) for i in input().split()] d = int(input()) w = int(input()) # dn=d # d_sum=0 # n=1 # while(dn>0.00000001): # v=vl if n%2==0 else vr # t=dn/(w+v) # dn=dn-(vl+vr)*t # d_sum+=w*t # # print(d_sum) t=d/(vl+vr) print(w*t)