結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | tk_dango0012 |
提出日時 | 2018-09-04 21:49:16 |
言語 | Scala(Beta) (3.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 78 bytes |
コンパイル時間 | 7,944 ms |
コンパイル使用メモリ | 252,048 KB |
実行使用メモリ | 64,596 KB |
最終ジャッジ日時 | 2024-07-01 04:14:13 |
合計ジャッジ時間 | 12,762 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
object Main extends App { val s = scala.io.StdIn.readLine println(s) }