結果

問題 No.597 concat
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:39:59
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 329 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 10,444 ms
コンパイル使用メモリ 428,244 KB
実行使用メモリ 52,688 KB
最終ジャッジ日時 2024-09-15 03:25:43
合計ジャッジ時間 16,155 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 328 ms
52,480 KB
testcase_01 AC 329 ms
52,320 KB
testcase_02 AC 325 ms
52,480 KB
testcase_03 AC 324 ms
52,520 KB
testcase_04 AC 322 ms
52,528 KB
testcase_05 AC 325 ms
52,512 KB
testcase_06 AC 327 ms
52,688 KB
testcase_07 AC 328 ms
52,396 KB
testcase_08 AC 328 ms
52,424 KB
testcase_09 AC 325 ms
52,536 KB
testcase_10 AC 320 ms
52,644 KB
testcase_11 AC 323 ms
52,416 KB
testcase_12 AC 323 ms
52,412 KB
testcase_13 AC 324 ms
52,432 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){readLine()
println(System.`in`.bufferedReader().readLines().joinToString(""))}
0