結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | momonga_apps |
提出日時 | 2022-09-25 20:54:03 |
言語 | Kotlin (2.1.0) |
結果 |
AC
|
実行時間 | 276 ms / 5,000 ms |
コード長 | 61 bytes |
コンパイル時間 | 13,395 ms |
コンパイル使用メモリ | 416,440 KB |
実行使用メモリ | 49,448 KB |
最終ジャッジ日時 | 2024-12-22 14:15:55 |
合計ジャッジ時間 | 10,726 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 252 ms
49,408 KB |
testcase_01 | AC | 256 ms
49,328 KB |
testcase_02 | AC | 276 ms
49,188 KB |
testcase_03 | AC | 274 ms
49,448 KB |
コンパイルメッセージ
Main.kt:1:10: warning: parameter 'args' is never used fun main(args: Array<String>) { ^
ソースコード
fun main(args: Array<String>) { println("Hello World!") }