結果

問題 No.47 ポケットを叩くとビスケットが2倍
ユーザー n_getn_get
提出日時 2022-07-12 12:41:34
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 63 ms / 5,000 ms
コード長 101 bytes
コンパイル時間 44 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 16,832 KB
最終ジャッジ日時 2023-09-05 12:46:45
合計ジャッジ時間 3,304 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 63 ms
16,792 KB
testcase_01 AC 62 ms
16,572 KB
testcase_02 AC 62 ms
16,796 KB
testcase_03 AC 62 ms
16,572 KB
testcase_04 AC 62 ms
16,564 KB
testcase_05 AC 62 ms
16,676 KB
testcase_06 AC 63 ms
16,580 KB
testcase_07 AC 62 ms
16,796 KB
testcase_08 AC 62 ms
16,620 KB
testcase_09 AC 62 ms
16,640 KB
testcase_10 AC 61 ms
16,616 KB
testcase_11 AC 61 ms
16,628 KB
testcase_12 AC 62 ms
16,768 KB
testcase_13 AC 63 ms
16,788 KB
testcase_14 AC 63 ms
16,588 KB
testcase_15 AC 62 ms
16,772 KB
testcase_16 AC 63 ms
16,624 KB
testcase_17 AC 62 ms
16,748 KB
testcase_18 AC 62 ms
16,648 KB
testcase_19 AC 62 ms
16,572 KB
testcase_20 AC 62 ms
16,624 KB
testcase_21 AC 62 ms
16,832 KB
testcase_22 AC 62 ms
16,612 KB
testcase_23 AC 63 ms
16,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(use scheme.bitwise)
(define N (read))
(when (= N 1)(print 0)(exit))
(print (integer-length (- N 1)))
0