結果
| 問題 | No.651 E869120 and Driving |
| コンテスト | |
| ユーザー |
Common Lisp
|
| 提出日時 | 2024-10-13 06:22:54 |
| 言語 | Common Lisp (sbcl 2.6.7) |
| 結果 |
AC
不安定
|
| 実行時間 | 5 ms / 1,000 ms |
| + 988µs | |
| コード長 | 181 bytes |
| 記録 | |
| コンパイル時間 | 74 ms |
| コンパイル使用メモリ | 27,008 KB |
| 実行使用メモリ | 19,840 KB |
| 最終ジャッジ日時 | 2026-09-15 11:14:32 |
| 合計ジャッジ時間 | 1,307 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 7 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 15 SEP 2026 11:14:30 AM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.030
ソースコード
(defun main (&rest argv)
(declare (ignorable argv))
(let* ((a (read))
(m (floor (* 3 a) 5)))
(format t "~d:~2,'0d~%" (mod (+ 10 (floor m 60)) 24)(mod m 60))))
(main)
Common Lisp