結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー papinianuspapinianus
提出日時 2016-06-02 17:34:48
言語 PHP
(8.3.4)
結果
WA  
実行時間 -
コード長 72 bytes
コンパイル時間 383 ms
コンパイル使用メモリ 30,860 KB
実行使用メモリ 31,164 KB
最終ジャッジ日時 2024-10-08 05:43:33
合計ジャッジ時間 2,198 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
31,000 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 35 ms
30,868 KB
testcase_04 AC 34 ms
30,608 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 35 ms
30,828 KB
testcase_08 AC 36 ms
30,592 KB
testcase_09 AC 36 ms
30,552 KB
testcase_10 AC 36 ms
30,776 KB
testcase_11 AC 37 ms
30,776 KB
testcase_12 AC 36 ms
30,980 KB
testcase_13 AC 35 ms
31,164 KB
testcase_14 AC 35 ms
30,568 KB
testcase_15 AC 35 ms
31,100 KB
testcase_16 AC 37 ms
31,028 KB
testcase_17 AC 36 ms
30,776 KB
testcase_18 AC 35 ms
30,764 KB
testcase_19 AC 37 ms
30,700 KB
testcase_20 AC 38 ms
30,700 KB
testcase_21 AC 37 ms
30,820 KB
testcase_22 AC 36 ms
30,872 KB
testcase_23 AC 38 ms
30,884 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
$dec = trim(fgets(STDIN));
$bin = decbin($dec);
echo strlen($bin);
0