結果
| 問題 | No.2706 One Nafmo |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-04-09 13:04:27 |
| 言語 | Common Lisp (sbcl 2.6.3) |
| 結果 |
AC
|
| 実行時間 | 6 ms / 2,000 ms |
| コード長 | 78 bytes |
| 記録 | |
| コンパイル時間 | 1,123 ms |
| コンパイル使用メモリ | 27,136 KB |
| 実行使用メモリ | 22,016 KB |
| 最終ジャッジ日時 | 2026-04-17 19:02:44 |
| 合計ジャッジ時間 | 2,169 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 9 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 17 APR 2026 07:02:41 PM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.013
ソースコード
(let ((a (read)) (b (read)) (x (read))) (format t "~D~%" (* b (ceiling x a))))