結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
30,704 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 41 ms
30,924 KB
testcase_04 AC 41 ms
31,064 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 40 ms
30,708 KB
testcase_08 AC 40 ms
30,868 KB
testcase_09 AC 41 ms
30,792 KB
testcase_10 AC 41 ms
31,052 KB
testcase_11 AC 41 ms
30,764 KB
testcase_12 AC 41 ms
30,828 KB
testcase_13 AC 41 ms
30,984 KB
testcase_14 AC 40 ms
30,992 KB
testcase_15 AC 41 ms
31,060 KB
testcase_16 AC 41 ms
30,920 KB
testcase_17 AC 41 ms
30,772 KB
testcase_18 AC 41 ms
30,756 KB
testcase_19 AC 41 ms
30,892 KB
testcase_20 AC 41 ms
30,788 KB
testcase_21 AC 41 ms
30,952 KB
testcase_22 AC 41 ms
31,020 KB
testcase_23 AC 41 ms
30,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

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