結果
問題 |
No.48 ロボットの操縦
|
ユーザー |
![]() |
提出日時 | 2017-09-03 20:56:37 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 151 bytes |
コンパイル時間 | 40 ms |
コンパイル使用メモリ | 5,120 KB |
実行使用メモリ | 16,128 KB |
最終ジャッジ日時 | 2024-11-06 20:06:28 |
合計ジャッジ時間 | 1,684 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 16 WA * 9 |
ソースコード
(define x (read)) (define y (read)) (define l (read)) (print (+ (+ (ceiling (if (< y 0) (+ (abs (/ y l)) 2) (abs (/ y l)))) 1)(ceiling (abs (/ x l)))))