結果

問題 No.597 concat
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:39:59
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 307 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 10,327 ms
コンパイル使用メモリ 407,524 KB
実行使用メモリ 53,624 KB
最終ジャッジ日時 2023-10-13 06:08:36
合計ジャッジ時間 16,349 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 297 ms
53,184 KB
testcase_01 AC 296 ms
53,192 KB
testcase_02 AC 294 ms
53,276 KB
testcase_03 AC 293 ms
53,624 KB
testcase_04 AC 302 ms
53,432 KB
testcase_05 AC 299 ms
53,336 KB
testcase_06 AC 300 ms
53,308 KB
testcase_07 AC 303 ms
53,304 KB
testcase_08 AC 307 ms
53,292 KB
testcase_09 AC 298 ms
53,280 KB
testcase_10 AC 302 ms
53,288 KB
testcase_11 AC 299 ms
53,332 KB
testcase_12 AC 306 ms
53,236 KB
testcase_13 AC 302 ms
53,424 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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