結果

問題 No.9000 Hello World! (テスト用)
ユーザー sakuraigakusakuraigaku
提出日時 2019-05-18 20:20:25
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 927 ms / 5,000 ms
コード長 89 bytes
コンパイル時間 8,729 ms
コンパイル使用メモリ 227,416 KB
実行使用メモリ 61,936 KB
最終ジャッジ日時 2023-09-14 18:30:40
合計ジャッジ時間 13,792 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 907 ms
61,936 KB
testcase_01 AC 907 ms
61,932 KB
testcase_02 AC 927 ms
61,576 KB
testcase_03 AC 923 ms
61,764 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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