結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 276 ms
49,768 KB
testcase_02 AC 272 ms
49,728 KB
testcase_03 AC 272 ms
49,640 KB
testcase_04 WA -
testcase_05 AC 272 ms
49,752 KB
testcase_06 AC 272 ms
49,616 KB
testcase_07 AC 268 ms
49,892 KB
testcase_08 WA -
testcase_09 AC 272 ms
49,612 KB
testcase_10 AC 270 ms
49,828 KB
testcase_11 AC 273 ms
49,776 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