結果

問題 No.46 はじめのn歩
ユーザー MainichiSharoMainichiSharo
提出日時 2020-03-30 17:21:23
言語 Common Lisp
(sbcl 2.3.8)
結果
AC  
実行時間 9 ms / 5,000 ms
コード長 37 bytes
コンパイル時間 1,015 ms
コンパイル使用メモリ 23,540 KB
実行使用メモリ 26,372 KB
最終ジャッジ日時 2023-09-03 23:27:44
合計ジャッジ時間 1,896 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
26,372 KB
testcase_01 AC 8 ms
26,288 KB
testcase_02 AC 8 ms
24,336 KB
testcase_03 AC 8 ms
22,308 KB
testcase_04 AC 8 ms
26,268 KB
testcase_05 AC 7 ms
22,304 KB
testcase_06 AC 8 ms
26,324 KB
testcase_07 AC 9 ms
26,372 KB
testcase_08 AC 8 ms
24,356 KB
testcase_09 AC 8 ms
26,300 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 03 SEP 2023 11:27:42 PM):
; processing (PRINC (CEILING 1 ...))

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

ソースコード

diff #

(princ (ceiling 1 (/ (read) (read))))
0