結果
| 問題 | No.48 ロボットの操縦 |
| コンテスト | |
| ユーザー |
10isiatama
|
| 提出日時 | 2024-12-06 16:15:06 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 90 bytes |
| 記録 | |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 85,340 KB |
| 実行使用メモリ | 53,924 KB |
| 最終ジャッジ日時 | 2026-05-24 16:58:32 |
| 合計ジャッジ時間 | 3,802 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 WA * 21 |
ソースコード
x = int(input()) y = int(input()) l = int(input()) print((y+l-1)//l + (y!=0) + (x+l-1)//l)
10isiatama