結果

問題 No.671 1000000007
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:09:54
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 88 bytes
コンパイル時間 9,926 ms
コンパイル使用メモリ 420,444 KB
実行使用メモリ 54,476 KB
最終ジャッジ日時 2024-09-25 06:09:49
合計ジャッジ時間 14,087 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 289 ms
54,328 KB
testcase_02 AC 286 ms
54,212 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 287 ms
54,352 KB
testcase_06 WA -
testcase_07 AC 290 ms
54,404 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 283 ms
54,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(Math.floor(Math.abs(Math.log10(readLine()!!.toDouble())-9)).toInt())}
0