結果

問題 No.671 1000000007
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:59:12
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 87 bytes
コンパイル時間 9,814 ms
コンパイル使用メモリ 413,944 KB
実行使用メモリ 52,744 KB
最終ジャッジ日時 2023-10-13 06:23:24
合計ジャッジ時間 14,125 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 242 ms
50,232 KB
testcase_02 AC 247 ms
50,704 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 248 ms
50,404 KB
testcase_06 WA -
testcase_07 AC 245 ms
50,236 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 239 ms
50,212 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import kotlin.math.*
fun main(){println(abs(log10(readLine()!!.toDouble())-9).toInt())}
0