結果

問題 No.671 1000000007
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-12-06 17:00:39
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 320 ms / 2,000 ms
コード長 88 bytes
コンパイル時間 10,583 ms
コンパイル使用メモリ 420,948 KB
実行使用メモリ 50,192 KB
最終ジャッジ日時 2024-06-02 13:06:06
合計ジャッジ時間 14,974 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 320 ms
49,896 KB
testcase_01 AC 265 ms
49,928 KB
testcase_02 AC 270 ms
50,040 KB
testcase_03 AC 265 ms
49,888 KB
testcase_04 AC 265 ms
50,192 KB
testcase_05 AC 271 ms
50,004 KB
testcase_06 AC 273 ms
49,944 KB
testcase_07 AC 271 ms
49,996 KB
testcase_08 AC 268 ms
50,000 KB
testcase_09 AC 273 ms
49,912 KB
testcase_10 AC 268 ms
49,980 KB
testcase_11 AC 277 ms
49,796 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    println(Math.abs(Regex("10+7").find(readLine()!!)!!.value.length-10))
}
0