結果

問題 No.591 (^o^)/
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-02-22 15:02:14
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 303 ms / 2,000 ms
コード長 71 bytes
コンパイル時間 12,195 ms
コンパイル使用メモリ 416,416 KB
実行使用メモリ 49,888 KB
最終ジャッジ日時 2024-04-17 23:10:42
合計ジャッジ時間 16,666 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 298 ms
49,732 KB
testcase_01 AC 303 ms
49,684 KB
testcase_02 AC 300 ms
49,508 KB
testcase_03 AC 302 ms
49,548 KB
testcase_04 AC 298 ms
49,888 KB
testcase_05 AC 299 ms
49,676 KB
testcase_06 AC 302 ms
49,616 KB
testcase_07 AC 301 ms
49,672 KB
testcase_08 AC 301 ms
49,556 KB
testcase_09 AC 298 ms
49,696 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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