結果

問題 No.9000 Hello World! (テスト用)
ユーザー samesame
提出日時 2020-02-15 18:19:59
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 934 ms / 5,000 ms
コード長 55 bytes
コンパイル時間 13,275 ms
コンパイル使用メモリ 252,596 KB
実行使用メモリ 64,184 KB
最終ジャッジ日時 2024-04-16 03:15:46
合計ジャッジ時間 18,333 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 934 ms
64,184 KB
testcase_01 AC 932 ms
64,132 KB
testcase_02 AC 924 ms
64,056 KB
testcase_03 AC 915 ms
64,000 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

object P9000 extends App {
  println("Hello World!")
}
0