結果
| 問題 |
No.2259 Gas Station
|
| コンテスト | |
| ユーザー |
sasa8uyauya
|
| 提出日時 | 2024-09-05 18:01:00 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 39 ms / 2,000 ms |
| コード長 | 88 bytes |
| コンパイル時間 | 429 ms |
| コンパイル使用メモリ | 82,224 KB |
| 実行使用メモリ | 53,980 KB |
| 最終ジャッジ日時 | 2024-09-05 18:01:03 |
| 合計ジャッジ時間 | 2,448 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 21 |
ソースコード
l,r,c=map(int,input().split()) print(min((-c*x)%1000 for x in range(l,min(l+1000,r)+1)))
sasa8uyauya