結果

問題 No.791 うし数列
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-12-06 17:23:45
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 82 bytes
コンパイル時間 10,719 ms
コンパイル使用メモリ 406,752 KB
実行使用メモリ 52,132 KB
最終ジャッジ日時 2023-08-25 00:09:43
合計ジャッジ時間 16,852 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 273 ms
50,204 KB
testcase_02 AC 277 ms
50,152 KB
testcase_03 AC 270 ms
50,388 KB
testcase_04 WA -
testcase_05 AC 270 ms
50,444 KB
testcase_06 AC 280 ms
50,216 KB
testcase_07 AC 287 ms
50,444 KB
testcase_08 WA -
testcase_09 AC 280 ms
50,076 KB
testcase_10 AC 276 ms
50,184 KB
testcase_11 AC 275 ms
50,168 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    println(Regex("^13+$").find(readLine()!!)?.value?.length ?: -1)
}
0