結果

問題 No.9000 Hello World! (テスト用)
ユーザー HeyClosureHeyClosure
提出日時 2019-07-19 00:41:29
言語 Clojure(Beta)
(1.11.2)
結果
AC  
実行時間 1,537 ms / 5,000 ms
コード長 22 bytes
コンパイル時間 427 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 67,220 KB
最終ジャッジ日時 2024-11-21 10:12:33
合計ジャッジ時間 8,151 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,537 ms
67,220 KB
testcase_01 AC 1,522 ms
67,000 KB
testcase_02 AC 1,530 ms
67,188 KB
testcase_03 AC 1,531 ms
67,132 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(print "Hello World!")
0