結果

問題 No.3017 エスパー
ユーザー sansaquasansaqua
提出日時 2020-11-22 15:03:18
言語 Common Lisp
(sbcl 2.3.8)
結果
AC  
実行時間 9 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 62 ms
コンパイル使用メモリ 23,840 KB
実行使用メモリ 26,364 KB
最終ジャッジ日時 2023-09-30 22:51:37
合計ジャッジ時間 1,356 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
22,248 KB
testcase_01 AC 9 ms
22,388 KB
testcase_02 AC 9 ms
22,380 KB
testcase_03 AC 8 ms
22,228 KB
testcase_04 AC 8 ms
22,356 KB
testcase_05 AC 7 ms
24,348 KB
testcase_06 AC 7 ms
22,240 KB
testcase_07 AC 7 ms
22,288 KB
testcase_08 AC 7 ms
22,212 KB
testcase_09 AC 9 ms
22,296 KB
testcase_10 AC 9 ms
26,364 KB
testcase_11 AC 8 ms
24,284 KB
testcase_12 AC 7 ms
22,288 KB
testcase_13 AC 9 ms
22,440 KB
testcase_14 AC 8 ms
24,244 KB
testcase_15 AC 8 ms
26,320 KB
testcase_16 AC 9 ms
24,416 KB
testcase_17 AC 8 ms
22,316 KB
testcase_18 AC 8 ms
22,312 KB
testcase_19 AC 9 ms
26,336 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 30 SEP 2023 10:51:36 PM):
; processing (PRINC (MOD # ...))
; processing (TERPRI)

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

ソースコード

diff #

(princ (mod (read) (read)))
(terpri)
0