結果

問題 No.9000 Hello World! (テスト用)
ユーザー Amsterdam DAmsterdam D
提出日時 2022-02-07 18:48:22
言語 Common Lisp
(sbcl 2.3.8)
結果
WA  
実行時間 -
コード長 28 bytes
コンパイル時間 1,243 ms
コンパイル使用メモリ 27,536 KB
実行使用メモリ 26,304 KB
最終ジャッジ日時 2023-09-04 03:18:19
合計ジャッジ時間 1,888 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 04 SEP 2023 03:18:16 AM):
; processing (WRITE-LINE "Hello, World!")

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

ソースコード

diff #

(write-line "Hello, World!")
0