結果

問題 No.9000 Hello World! (テスト用)
ユーザー JohmaruJohmaru
提出日時 2023-07-04 17:33:29
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 238 ms / 5,000 ms
コード長 71 bytes
コンパイル時間 9,479 ms
コンパイル使用メモリ 417,424 KB
実行使用メモリ 54,124 KB
最終ジャッジ日時 2024-07-18 12:50:13
合計ジャッジ時間 11,136 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 232 ms
53,960 KB
testcase_01 AC 231 ms
54,060 KB
testcase_02 AC 237 ms
53,952 KB
testcase_03 AC 238 ms
54,124 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {

 val yukicoder = "Hello World!"

    println(yukicoder)
}
0