結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | shiro |
提出日時 | 2021-07-10 22:30:29 |
言語 | Elixir (1.16.2) |
結果 |
AC
|
実行時間 | 621 ms / 5,000 ms |
コード長 | 89 bytes |
コンパイル時間 | 915 ms |
コンパイル使用メモリ | 61,740 KB |
実行使用メモリ | 53,680 KB |
最終ジャッジ日時 | 2024-07-02 02:52:59 |
合計ジャッジ時間 | 4,419 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 621 ms
53,440 KB |
testcase_01 | AC | 619 ms
53,548 KB |
testcase_02 | AC | 614 ms
53,348 KB |
testcase_03 | AC | 618 ms
53,680 KB |
コンパイルメッセージ
Hello World!
ソースコード
defmodule Main do def main do IO.puts("Hello World!") end end Main.main()