結果

問題 No.2123 Chalk Breaker
ユーザー 👑 箱星箱星
提出日時 2022-11-07 22:06:30
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 283 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 12,514 ms
コンパイル使用メモリ 407,576 KB
実行使用メモリ 50,556 KB
最終ジャッジ日時 2023-09-28 10:36:25
合計ジャッジ時間 16,718 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 272 ms
50,292 KB
testcase_01 AC 274 ms
50,328 KB
testcase_02 AC 282 ms
50,296 KB
testcase_03 AC 283 ms
50,292 KB
testcase_04 AC 275 ms
50,212 KB
testcase_05 AC 275 ms
50,380 KB
testcase_06 AC 276 ms
50,280 KB
testcase_07 AC 283 ms
50,340 KB
testcase_08 AC 276 ms
50,556 KB
testcase_09 AC 277 ms
50,240 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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