結果

問題 No.9000 Hello World! (テスト用)
ユーザー rutilicusrutilicus
提出日時 2020-08-30 20:31:40
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 277 ms / 5,000 ms
コード長 34 bytes
コンパイル時間 11,169 ms
コンパイル使用メモリ 424,548 KB
実行使用メモリ 54,260 KB
最終ジャッジ日時 2024-11-15 15:16:05
合計ジャッジ時間 13,089 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 274 ms
54,260 KB
testcase_01 AC 277 ms
54,216 KB
testcase_02 AC 277 ms
54,156 KB
testcase_03 AC 276 ms
54,024 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main()=println("Hello World!")
0