結果

問題 No.9000 Hello World! (テスト用)
ユーザー kotakota
提出日時 2022-05-17 16:59:35
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 266 ms / 5,000 ms
コード長 42 bytes
コンパイル時間 11,153 ms
コンパイル使用メモリ 402,540 KB
実行使用メモリ 50,320 KB
最終ジャッジ日時 2023-10-13 15:00:36
合計ジャッジ時間 13,290 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 263 ms
50,292 KB
testcase_01 AC 266 ms
50,164 KB
testcase_02 AC 265 ms
50,164 KB
testcase_03 AC 265 ms
50,320 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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