結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー zakuro9715zakuro9715
提出日時 2015-10-08 11:26:50
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 66 ms / 5,000 ms
コード長 59 bytes
コンパイル時間 483 ms
コンパイル使用メモリ 87,360 KB
実行使用メモリ 72,008 KB
最終ジャッジ日時 2023-09-27 08:05:18
合計ジャッジ時間 3,249 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 64 ms
72,008 KB
testcase_01 AC 62 ms
71,956 KB
testcase_02 AC 62 ms
71,580 KB
testcase_03 AC 62 ms
71,492 KB
testcase_04 AC 60 ms
71,960 KB
testcase_05 AC 64 ms
71,588 KB
testcase_06 AC 63 ms
71,712 KB
testcase_07 AC 63 ms
71,536 KB
testcase_08 AC 65 ms
71,624 KB
testcase_09 AC 64 ms
71,584 KB
testcase_10 AC 64 ms
71,500 KB
testcase_11 AC 64 ms
71,932 KB
testcase_12 AC 62 ms
71,956 KB
testcase_13 AC 63 ms
71,584 KB
testcase_14 AC 65 ms
71,408 KB
testcase_15 AC 65 ms
71,936 KB
testcase_16 AC 66 ms
71,632 KB
testcase_17 AC 65 ms
71,756 KB
testcase_18 AC 63 ms
71,764 KB
testcase_19 AC 62 ms
71,584 KB
testcase_20 AC 64 ms
71,712 KB
testcase_21 AC 64 ms
71,584 KB
testcase_22 AC 65 ms
71,592 KB
testcase_23 AC 62 ms
71,760 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from math import log2, ceil
print(ceil(log2(int(input()))))
0