結果

問題 No.9000 Hello World! (テスト用)
ユーザー rutilicusrutilicus
提出日時 2020-08-30 20:31:40
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 278 ms / 5,000 ms
コード長 34 bytes
コンパイル時間 11,739 ms
コンパイル使用メモリ 423,404 KB
実行使用メモリ 54,312 KB
最終ジャッジ日時 2024-04-27 13:07:46
合計ジャッジ時間 12,901 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 272 ms
54,172 KB
testcase_01 AC 273 ms
54,120 KB
testcase_02 AC 274 ms
54,244 KB
testcase_03 AC 278 ms
54,312 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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