結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | tk_dango0012 |
提出日時 | 2018-09-04 21:56:33 |
言語 | Scala(Beta) (3.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 72 bytes |
コンパイル時間 | 8,145 ms |
コンパイル使用メモリ | 250,648 KB |
実行使用メモリ | 63,992 KB |
最終ジャッジ日時 | 2024-07-01 04:13:58 |
合計ジャッジ時間 | 12,928 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
object Main extends App { val s = scala.io.StdIn.readLine println(s) }