結果

問題 No.9000 Hello World! (テスト用)
ユーザー Amsterdam DAmsterdam D
提出日時 2022-02-07 18:48:22
言語 Common Lisp
(sbcl 2.3.8)
結果
WA  
実行時間 -
コード長 28 bytes
コンパイル時間 824 ms
コンパイル使用メモリ 32,704 KB
実行使用メモリ 31,632 KB
最終ジャッジ日時 2024-06-22 03:00:31
合計ジャッジ時間 649 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

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

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

ソースコード

diff #

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