結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー fal_rndfal_rnd
提出日時 2016-11-08 23:10:21
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 204 bytes
コンパイル時間 1,756 ms
コンパイル使用メモリ 74,944 KB
実行使用メモリ 55,664 KB
最終ジャッジ日時 2024-11-25 05:20:09
合計ジャッジ時間 5,355 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 110 ms
53,904 KB
testcase_02 AC 102 ms
52,772 KB
testcase_03 AC 99 ms
52,784 KB
testcase_04 AC 101 ms
52,944 KB
testcase_05 AC 114 ms
54,048 KB
testcase_06 AC 123 ms
54,336 KB
testcase_07 AC 115 ms
54,148 KB
testcase_08 AC 114 ms
54,000 KB
testcase_09 AC 113 ms
54,036 KB
testcase_10 AC 112 ms
53,612 KB
testcase_11 AC 114 ms
54,028 KB
testcase_12 AC 112 ms
54,076 KB
testcase_13 AC 97 ms
51,932 KB
testcase_14 AC 113 ms
54,156 KB
testcase_15 AC 113 ms
53,908 KB
testcase_16 AC 100 ms
52,424 KB
testcase_17 AC 111 ms
53,904 KB
testcase_18 AC 110 ms
53,136 KB
testcase_19 AC 101 ms
53,004 KB
testcase_20 AC 100 ms
52,704 KB
testcase_21 AC 104 ms
52,836 KB
testcase_22 AC 126 ms
55,664 KB
testcase_23 AC 106 ms
52,916 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
class B{
	static Scanner s = new Scanner(System.in);
	public static void main(String[] args) {
		System.out.println((int)(Math.log10(s.nextInt())/Math.log10(2)+Math.nextDown(1)));
	}
}
0