結果

問題 No.591 (^o^)/
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-02-22 15:02:14
言語 Kotlin
(1.9.10)
結果
AC  
実行時間 272 ms / 2,000 ms
コード長 71 bytes
コンパイル時間 11,385 ms
コンパイル使用メモリ 403,760 KB
実行使用メモリ 52,080 KB
最終ジャッジ日時 2023-07-30 21:56:30
合計ジャッジ時間 15,806 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 267 ms
50,284 KB
testcase_01 AC 270 ms
50,212 KB
testcase_02 AC 264 ms
50,312 KB
testcase_03 AC 265 ms
50,336 KB
testcase_04 AC 267 ms
50,356 KB
testcase_05 AC 266 ms
50,224 KB
testcase_06 AC 272 ms
50,332 KB
testcase_07 AC 269 ms
50,416 KB
testcase_08 AC 266 ms
52,080 KB
testcase_09 AC 270 ms
50,284 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    val a=readLine()
    println("($a${readLine()}$a)/")
}
0