結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー KisaragiEffective
提出日時 2019-11-19 20:46:53
言語 Kotlin
(2.1.0)
結果
AC  
実行時間 290 ms / 5,000 ms
コード長 81 bytes
コンパイル時間 8,359 ms
コンパイル使用メモリ 419,900 KB
実行使用メモリ 50,020 KB
最終ジャッジ日時 2024-10-04 07:19:15
合計ジャッジ時間 15,457 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 21
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(Math.ceil(kotlin.math.log2(readLine()!!.toDouble())).toInt())}
0