結果

問題 No.591 (^o^)/
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-02-22 15:02:14
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 304 ms / 2,000 ms
コード長 71 bytes
コンパイル時間 10,592 ms
コンパイル使用メモリ 425,092 KB
実行使用メモリ 54,368 KB
最終ジャッジ日時 2024-10-09 16:53:18
合計ジャッジ時間 14,658 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 296 ms
54,332 KB
testcase_01 AC 298 ms
54,348 KB
testcase_02 AC 298 ms
54,272 KB
testcase_03 AC 304 ms
54,272 KB
testcase_04 AC 301 ms
54,120 KB
testcase_05 AC 298 ms
54,200 KB
testcase_06 AC 298 ms
54,336 KB
testcase_07 AC 300 ms
54,284 KB
testcase_08 AC 297 ms
54,280 KB
testcase_09 AC 299 ms
54,368 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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