結果

問題 No.9000 Hello World! (テスト用)
ユーザー FoltaFolta
提出日時 2019-05-16 15:29:55
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 252 ms / 5,000 ms
コード長 41 bytes
コンパイル時間 9,726 ms
コンパイル使用メモリ 422,912 KB
実行使用メモリ 54,288 KB
最終ジャッジ日時 2024-04-30 20:36:11
合計ジャッジ時間 9,857 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 243 ms
54,144 KB
testcase_01 AC 248 ms
54,068 KB
testcase_02 AC 252 ms
54,288 KB
testcase_03 AC 246 ms
54,092 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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