結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-19 20:46:53
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 301 ms / 5,000 ms
コード長 81 bytes
コンパイル時間 11,799 ms
コンパイル使用メモリ 420,484 KB
実行使用メモリ 54,540 KB
最終ジャッジ日時 2024-04-15 00:42:45
合計ジャッジ時間 17,670 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 280 ms
54,304 KB
testcase_01 AC 280 ms
54,340 KB
testcase_02 AC 277 ms
54,348 KB
testcase_03 AC 279 ms
54,364 KB
testcase_04 AC 280 ms
54,364 KB
testcase_05 AC 280 ms
54,276 KB
testcase_06 AC 279 ms
54,412 KB
testcase_07 AC 276 ms
54,128 KB
testcase_08 AC 275 ms
54,360 KB
testcase_09 AC 301 ms
54,264 KB
testcase_10 AC 277 ms
54,212 KB
testcase_11 AC 278 ms
54,280 KB
testcase_12 AC 274 ms
54,540 KB
testcase_13 AC 279 ms
54,260 KB
testcase_14 AC 275 ms
54,260 KB
testcase_15 AC 274 ms
54,372 KB
testcase_16 AC 276 ms
54,300 KB
testcase_17 AC 288 ms
54,372 KB
testcase_18 AC 279 ms
54,296 KB
testcase_19 AC 277 ms
54,304 KB
testcase_20 AC 279 ms
54,268 KB
testcase_21 AC 280 ms
54,248 KB
testcase_22 AC 280 ms
54,272 KB
testcase_23 AC 278 ms
54,276 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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