結果

問題 No.9000 Hello World! (テスト用)
ユーザー arito_asuarito_asu
提出日時 2020-06-30 17:18:39
言語 Elixir
(1.16.2)
結果
AC  
実行時間 617 ms / 5,000 ms
コード長 61 bytes
コンパイル時間 1,063 ms
コンパイル使用メモリ 62,712 KB
実行使用メモリ 54,768 KB
最終ジャッジ日時 2024-06-10 00:07:15
合計ジャッジ時間 4,884 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 612 ms
54,408 KB
testcase_01 AC 617 ms
53,676 KB
testcase_02 AC 606 ms
53,364 KB
testcase_03 AC 614 ms
54,768 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

defmodule Main do
def main do
IO.puts("Hello World!")
end
end
0