結果
| 問題 |
No.48 ロボットの操縦
|
| コンテスト | |
| ユーザー |
10isiatama
|
| 提出日時 | 2024-12-06 16:16:18 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 90 bytes |
| コンパイル時間 | 527 ms |
| コンパイル使用メモリ | 82,176 KB |
| 実行使用メモリ | 52,096 KB |
| 最終ジャッジ日時 | 2024-12-06 16:16:22 |
| 合計ジャッジ時間 | 2,798 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 5 WA * 20 |
ソースコード
x = int(input()) y = int(input()) l = int(input()) print((y+l-1)//l + (x!=0) + (x+l-1)//l)
10isiatama