結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | momonga_apps |
提出日時 | 2022-09-25 20:54:03 |
言語 | Kotlin (1.9.23) |
結果 |
AC
|
実行時間 | 288 ms / 5,000 ms |
コード長 | 61 bytes |
コンパイル時間 | 12,288 ms |
コンパイル使用メモリ | 424,472 KB |
実行使用メモリ | 49,848 KB |
最終ジャッジ日時 | 2024-06-01 23:14:00 |
合計ジャッジ時間 | 13,841 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 288 ms
49,764 KB |
testcase_01 | AC | 281 ms
49,820 KB |
testcase_02 | AC | 285 ms
49,848 KB |
testcase_03 | AC | 284 ms
49,772 KB |
コンパイルメッセージ
Main.kt:1:10: warning: parameter 'args' is never used fun main(args: Array<String>) { ^
ソースコード
fun main(args: Array<String>) { println("Hello World!") }