結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー hogeover30hogeover30
提出日時 2015-01-29 03:19:29
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 34 bytes
コンパイル時間 193 ms
コンパイル使用メモリ 11,224 KB
実行使用メモリ 15,404 KB
最終ジャッジ日時 2023-09-05 07:33:18
合計ジャッジ時間 3,553 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 84 ms
15,148 KB
testcase_02 AC 83 ms
15,260 KB
testcase_03 AC 82 ms
15,256 KB
testcase_04 AC 83 ms
15,332 KB
testcase_05 AC 83 ms
15,204 KB
testcase_06 AC 83 ms
15,256 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 82 ms
15,248 KB
testcase_16 AC 82 ms
15,296 KB
testcase_17 AC 83 ms
15,176 KB
testcase_18 AC 83 ms
15,172 KB
testcase_19 AC 82 ms
15,276 KB
testcase_20 AC 81 ms
15,212 KB
testcase_21 AC 82 ms
15,204 KB
testcase_22 AC 82 ms
15,308 KB
testcase_23 AC 83 ms
15,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p (Math.log2(gets.to_i)+0.5).to_i
0