結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 117 ms
53,384 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 122 ms
53,920 KB
testcase_04 AC 118 ms
53,836 KB
testcase_05 AC 105 ms
52,484 KB
testcase_06 WA -
testcase_07 AC 112 ms
52,864 KB
testcase_08 AC 117 ms
53,900 KB
testcase_09 AC 117 ms
53,644 KB
testcase_10 AC 107 ms
52,736 KB
testcase_11 AC 119 ms
54,128 KB
testcase_12 AC 107 ms
53,864 KB
testcase_13 AC 119 ms
53,752 KB
testcase_14 AC 108 ms
52,728 KB
testcase_15 AC 106 ms
52,516 KB
testcase_16 AC 118 ms
53,616 KB
testcase_17 AC 108 ms
52,820 KB
testcase_18 AC 119 ms
53,928 KB
testcase_19 AC 118 ms
53,768 KB
testcase_20 AC 112 ms
52,824 KB
testcase_21 AC 118 ms
53,972 KB
testcase_22 AC 107 ms
52,664 KB
testcase_23 AC 106 ms
52,724 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.nextDown(1.0)+Math.log10(s.nextInt())/Math.log10(2)));
	}
}
0