結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 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
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 247 ms
49,708 KB
testcase_01 AC 255 ms
49,712 KB
testcase_02 AC 246 ms
49,668 KB
testcase_03 AC 254 ms
49,948 KB
testcase_04 AC 259 ms
50,020 KB
testcase_05 AC 259 ms
49,860 KB
testcase_06 AC 252 ms
49,928 KB
testcase_07 AC 251 ms
49,980 KB
testcase_08 AC 255 ms
49,680 KB
testcase_09 AC 255 ms
49,744 KB
testcase_10 AC 246 ms
49,796 KB
testcase_11 AC 244 ms
49,796 KB
testcase_12 AC 247 ms
50,020 KB
testcase_13 AC 249 ms
49,804 KB
testcase_14 AC 247 ms
49,996 KB
testcase_15 AC 245 ms
49,808 KB
testcase_16 AC 250 ms
49,828 KB
testcase_17 AC 250 ms
50,000 KB
testcase_18 AC 243 ms
49,880 KB
testcase_19 AC 290 ms
49,908 KB
testcase_20 AC 260 ms
49,724 KB
testcase_21 AC 254 ms
49,772 KB
testcase_22 AC 256 ms
49,916 KB
testcase_23 AC 252 ms
49,892 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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