結果

問題 No.9000 Hello World! (テスト用)
ユーザー FoltaFolta
提出日時 2019-05-16 15:29:55
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 307 ms / 5,000 ms
コード長 41 bytes
コンパイル時間 9,665 ms
コンパイル使用メモリ 416,188 KB
実行使用メモリ 49,584 KB
最終ジャッジ日時 2024-11-20 18:26:20
合計ジャッジ時間 11,642 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 307 ms
49,576 KB
testcase_01 AC 293 ms
49,464 KB
testcase_02 AC 291 ms
49,584 KB
testcase_03 AC 294 ms
49,488 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){
    println("Hello World!")
}
0