結果

問題 No.9000 Hello World! (テスト用)
ユーザー arito_asuarito_asu
提出日時 2020-06-30 17:18:39
言語 Elixir
(1.16.2)
結果
AC  
実行時間 551 ms / 5,000 ms
コード長 61 bytes
コンパイル時間 1,004 ms
コンパイル使用メモリ 55,236 KB
実行使用メモリ 49,460 KB
最終ジャッジ日時 2023-08-30 00:55:33
合計ジャッジ時間 4,284 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 544 ms
49,460 KB
testcase_01 AC 550 ms
49,092 KB
testcase_02 AC 550 ms
49,192 KB
testcase_03 AC 551 ms
49,432 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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