結果

問題 No.9000 Hello World! (テスト用)
ユーザー Hayato-KokubuHayato-Kokubu
提出日時 2019-01-19 16:23:48
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 865 ms / 5,000 ms
コード長 95 bytes
コンパイル時間 6,974 ms
コンパイル使用メモリ 243,760 KB
実行使用メモリ 62,292 KB
最終ジャッジ日時 2024-07-01 10:21:45
合計ジャッジ時間 11,609 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 863 ms
62,268 KB
testcase_01 AC 865 ms
62,292 KB
testcase_02 AC 862 ms
62,180 KB
testcase_03 AC 861 ms
62,148 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

object Main{
    def main(args: Array[String]): Unit ={
        println("Hello World!")
    }
}
0