結果

問題 No.9000 Hello World! (テスト用)
ユーザー JohmaruJohmaru
提出日時 2023-07-04 17:33:29
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 257 ms / 5,000 ms
コード長 71 bytes
コンパイル時間 13,904 ms
コンパイル使用メモリ 402,380 KB
実行使用メモリ 50,136 KB
最終ジャッジ日時 2023-09-25 16:15:48
合計ジャッジ時間 15,976 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 256 ms
49,852 KB
testcase_01 AC 255 ms
49,972 KB
testcase_02 AC 256 ms
49,980 KB
testcase_03 AC 257 ms
50,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {

 val yukicoder = "Hello World!"

    println(yukicoder)
}
0