結果

問題 No.2123 Chalk Breaker
ユーザー 箱星箱星
提出日時 2022-11-07 22:06:30
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 309 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 11,740 ms
コンパイル使用メモリ 423,116 KB
実行使用メモリ 54,164 KB
最終ジャッジ日時 2024-07-21 05:19:04
合計ジャッジ時間 15,753 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 301 ms
53,892 KB
testcase_01 AC 298 ms
53,932 KB
testcase_02 AC 302 ms
54,144 KB
testcase_03 AC 302 ms
54,152 KB
testcase_04 AC 300 ms
54,116 KB
testcase_05 AC 296 ms
53,928 KB
testcase_06 AC 296 ms
53,760 KB
testcase_07 AC 309 ms
54,164 KB
testcase_08 AC 298 ms
54,144 KB
testcase_09 AC 298 ms
54,132 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    println(readLine()!!)
}
0