結果
問題 |
No.450 ベー君のシャトルラン
|
ユーザー |
|
提出日時 | 2022-01-20 02:41:10 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 89 bytes |
コンパイル時間 | 163 ms |
コンパイル使用メモリ | 82,292 KB |
実行使用メモリ | 54,292 KB |
最終ジャッジ日時 | 2024-11-23 14:13:22 |
合計ジャッジ時間 | 1,849 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 20 |
ソースコード
l, r = map(int, input().split()) d = int(input()) w = int(input()) print((r - l) / d * w)