結果

問題 No.9000 Hello World! (テスト用)
ユーザー Hayato-KokubuHayato-Kokubu
提出日時 2019-01-19 16:23:48
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 938 ms / 5,000 ms
コード長 95 bytes
コンパイル時間 10,751 ms
コンパイル使用メモリ 224,880 KB
実行使用メモリ 61,492 KB
最終ジャッジ日時 2023-09-14 02:18:02
合計ジャッジ時間 16,045 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 929 ms
61,248 KB
testcase_01 AC 920 ms
61,120 KB
testcase_02 AC 920 ms
61,268 KB
testcase_03 AC 938 ms
61,492 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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