結果

問題 No.9000 Hello World! (テスト用)
ユーザー tiyokumotiyokumo
提出日時 2020-11-30 19:42:09
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 270 ms / 5,000 ms
コード長 40 bytes
コンパイル時間 10,443 ms
コンパイル使用メモリ 402,740 KB
実行使用メモリ 50,284 KB
最終ジャッジ日時 2023-10-11 02:59:55
合計ジャッジ時間 12,594 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 267 ms
50,148 KB
testcase_01 AC 270 ms
50,204 KB
testcase_02 AC 265 ms
50,192 KB
testcase_03 AC 262 ms
50,284 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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