結果

問題 No.671 1000000007
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:59:12
言語 Kotlin
(2.1.0)
結果
WA  
実行時間 -
コード長 87 bytes
コンパイル時間 9,988 ms
コンパイル使用メモリ 420,696 KB
実行使用メモリ 49,868 KB
最終ジャッジ日時 2024-09-15 03:38:50
合計ジャッジ時間 14,478 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2 WA * 1
other AC * 3 WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

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