結果

問題 No.9000 Hello World! (テスト用)
ユーザー RinRin
提出日時 2015-08-23 17:55:40
言語 Scheme
(Gauche-0.9.14)
結果
RE  
実行時間 -
コード長 30 bytes
コンパイル時間 92 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 13,888 KB
最終ジャッジ日時 2023-09-25 16:33:31
合計ジャッジ時間 1,338 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

(read)
(display "Hello World!)
0