結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | yuki2006 |
提出日時 | 2015-04-10 18:41:16 |
言語 | Kotlin (1.9.23) |
結果 |
AC
|
実行時間 | 289 ms / 5,000 ms |
コード長 | 61 bytes |
コンパイル時間 | 12,245 ms |
コンパイル使用メモリ | 424,148 KB |
実行使用メモリ | 49,936 KB |
最終ジャッジ日時 | 2024-11-19 13:58:17 |
合計ジャッジ時間 | 12,057 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 288 ms
49,796 KB |
testcase_01 | AC | 289 ms
49,936 KB |
testcase_02 | AC | 283 ms
49,832 KB |
testcase_03 | AC | 287 ms
49,556 KB |
コンパイルメッセージ
Main.kt:1:10: warning: parameter 'args' is never used fun main(args : Array<String>) { ^
ソースコード
fun main(args : Array<String>) { println("Hello World!") }