結果

問題 No.791 うし数列
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-12-06 17:23:45
言語 Kotlin
(2.1.0)
結果
WA  
実行時間 -
コード長 82 bytes
コンパイル時間 10,087 ms
コンパイル使用メモリ 428,352 KB
実行使用メモリ 54,524 KB
最終ジャッジ日時 2024-12-23 11:51:37
合計ジャッジ時間 16,516 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 297 ms
53,844 KB
testcase_02 AC 299 ms
53,588 KB
testcase_03 AC 300 ms
53,772 KB
testcase_04 WA -
testcase_05 AC 305 ms
53,560 KB
testcase_06 AC 300 ms
53,788 KB
testcase_07 AC 296 ms
53,592 KB
testcase_08 WA -
testcase_09 AC 301 ms
53,640 KB
testcase_10 AC 309 ms
53,368 KB
testcase_11 AC 302 ms
53,608 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