結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | 👑 CleyL |
提出日時 | 2019-11-29 14:20:32 |
言語 | Common Lisp (sbcl 2.3.8) |
結果 |
AC
|
実行時間 | 9 ms / 5,000 ms |
コード長 | 27 bytes |
コンパイル時間 | 652 ms |
コンパイル使用メモリ | 33,184 KB |
実行使用メモリ | 25,388 KB |
最終ジャッジ日時 | 2024-11-20 21:18:54 |
合計ジャッジ時間 | 667 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 8 ms
25,388 KB |
testcase_01 | AC | 9 ms
25,384 KB |
testcase_02 | AC | 9 ms
25,380 KB |
testcase_03 | AC | 8 ms
25,384 KB |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 20 NOV 2024 09:18:52 PM): ; file: /home/judge/data/code/Main.lisp ; in: FORMAT T ; (FORMAT T "Hello World!" ~%) ; ; caught STYLE-WARNING: ; Too many arguments (1) to FORMAT "Hello World!": uses at most 0. ; See also: ; The ANSI Standard, Section 22.3.10.2 ; file: /home/judge/data/code/Main.lisp ; in: FORMAT T ; (FORMAT T "Hello World!" ~%) ; ; caught WARNING: ; undefined variable: COMMON-LISP-USER::~% ; ; compilation unit finished ; Undefined variable: ; ~% ; caught 1 WARNING condition ; caught 1 STYLE-WARNING condition ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.007
ソースコード
(format t "Hello World!"~%)