結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー カニ戯(ryカニ戯(ry
提出日時 2015-02-26 14:30:38
言語 Java21
(openjdk 21)
結果
AC  
実行時間 144 ms / 5,000 ms
コード長 189 bytes
コンパイル時間 2,205 ms
コンパイル使用メモリ 74,524 KB
実行使用メモリ 54,732 KB
最終ジャッジ日時 2024-06-23 23:47:38
合計ジャッジ時間 6,196 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 138 ms
54,528 KB
testcase_01 AC 144 ms
54,408 KB
testcase_02 AC 139 ms
54,436 KB
testcase_03 AC 140 ms
54,464 KB
testcase_04 AC 139 ms
54,392 KB
testcase_05 AC 143 ms
54,440 KB
testcase_06 AC 140 ms
54,732 KB
testcase_07 AC 141 ms
54,172 KB
testcase_08 AC 140 ms
54,340 KB
testcase_09 AC 138 ms
54,284 KB
testcase_10 AC 142 ms
54,452 KB
testcase_11 AC 142 ms
54,448 KB
testcase_12 AC 139 ms
54,444 KB
testcase_13 AC 137 ms
54,132 KB
testcase_14 AC 140 ms
54,468 KB
testcase_15 AC 139 ms
54,340 KB
testcase_16 AC 141 ms
54,436 KB
testcase_17 AC 140 ms
54,164 KB
testcase_18 AC 141 ms
54,432 KB
testcase_19 AC 140 ms
54,540 KB
testcase_20 AC 137 ms
54,288 KB
testcase_21 AC 140 ms
54,608 KB
testcase_22 AC 142 ms
54,564 KB
testcase_23 AC 135 ms
54,504 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;


public class Main {
	public static void main(String[] a) {
		System.out.println((int)Math.ceil(Math.log(new Scanner(System.in).nextDouble())/Math.log(2)));

	}
}
0