結果
| 問題 | No.1139 Slime Race |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-08-03 21:46:52 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 60 ms / 2,000 ms |
| コード長 | 138 bytes |
| 記録 | |
| コンパイル時間 | 129 ms |
| コンパイル使用メモリ | 85,248 KB |
| 実行使用メモリ | 106,624 KB |
| 最終ジャッジ日時 | 2026-04-05 19:51:50 |
| 合計ジャッジ時間 | 2,112 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 22 |
ソースコード
from math import ceil N,D=map(int,input().split()) X=list(map(int,input().split())) V=list(map(int,input().split())) print(ceil(D/sum(V)))