結果

問題 No.9000 Hello World! (テスト用)
ユーザー tiyokumotiyokumo
提出日時 2020-11-30 19:42:09
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 277 ms / 5,000 ms
コード長 40 bytes
コンパイル時間 11,322 ms
コンパイル使用メモリ 415,244 KB
実行使用メモリ 54,256 KB
最終ジャッジ日時 2024-09-13 02:30:19
合計ジャッジ時間 12,663 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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