結果

問題 No.591 (^o^)/
ユーザー minokasagominokasago
提出日時 2019-11-02 12:17:00
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 294 ms / 2,000 ms
コード長 115 bytes
コンパイル時間 9,698 ms
コンパイル使用メモリ 423,912 KB
実行使用メモリ 49,612 KB
最終ジャッジ日時 2024-09-14 23:06:04
合計ジャッジ時間 13,645 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 294 ms
49,512 KB
testcase_01 AC 283 ms
49,592 KB
testcase_02 AC 282 ms
49,396 KB
testcase_03 AC 288 ms
49,544 KB
testcase_04 AC 283 ms
49,612 KB
testcase_05 AC 283 ms
49,332 KB
testcase_06 AC 281 ms
49,384 KB
testcase_07 AC 283 ms
49,568 KB
testcase_08 AC 285 ms
49,444 KB
testcase_09 AC 286 ms
49,520 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main()
{
    val eye = readLine()!!
    val mouth = readLine()!!
    
    println("(${eye}${mouth}${eye})/")
}
0