結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 112 ms
53,652 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 95 ms
52,296 KB
testcase_04 AC 112 ms
53,780 KB
testcase_05 AC 99 ms
52,844 KB
testcase_06 WA -
testcase_07 AC 104 ms
52,700 KB
testcase_08 AC 100 ms
53,064 KB
testcase_09 AC 108 ms
53,580 KB
testcase_10 AC 114 ms
53,928 KB
testcase_11 AC 104 ms
52,812 KB
testcase_12 AC 122 ms
53,696 KB
testcase_13 AC 118 ms
53,928 KB
testcase_14 AC 101 ms
52,380 KB
testcase_15 AC 110 ms
53,792 KB
testcase_16 AC 108 ms
53,652 KB
testcase_17 AC 101 ms
52,500 KB
testcase_18 AC 113 ms
53,528 KB
testcase_19 AC 99 ms
52,432 KB
testcase_20 AC 114 ms
53,668 KB
testcase_21 AC 114 ms
53,980 KB
testcase_22 AC 117 ms
53,684 KB
testcase_23 AC 110 ms
53,664 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))));
	}
}
0