結果

問題 No.2706 One Nafmo
ユーザー Lisp_CoderLisp_Coder
提出日時 2024-04-09 13:04:27
言語 Common Lisp
(sbcl 2.3.8)
結果
AC  
実行時間 10 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 2,991 ms
コンパイル使用メモリ 29,864 KB
実行使用メモリ 29,628 KB
最終ジャッジ日時 2024-04-09 13:07:01
合計ジャッジ時間 7,361 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
29,628 KB
testcase_01 AC 8 ms
25,516 KB
testcase_02 AC 8 ms
25,512 KB
testcase_03 AC 7 ms
25,512 KB
testcase_04 AC 9 ms
29,476 KB
testcase_05 AC 8 ms
25,516 KB
testcase_06 AC 8 ms
25,512 KB
testcase_07 AC 8 ms
25,512 KB
testcase_08 AC 9 ms
25,512 KB
testcase_09 AC 7 ms
25,512 KB
testcase_10 AC 8 ms
27,552 KB
testcase_11 AC 7 ms
25,516 KB
testcase_12 AC 7 ms
25,512 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 09 APR 2024 01:06:54 PM):

; wrote /home/judge/data/code/Main.fasl
; compilation finished in 0:00:00.018

ソースコード

diff #

(let ((a (read)) (b (read)) (x (read))) (format t "~D~%" (* b (ceiling x a))))
0