結果
| 問題 | No.47 ポケットを叩くとビスケットが2倍 |
| コンテスト | |
| ユーザー |
n_get
|
| 提出日時 | 2022-07-12 12:41:34 |
| 言語 | Scheme (Gauche-0.9.15) |
| 結果 |
AC
|
| 実行時間 | 73 ms / 5,000 ms |
| コード長 | 101 bytes |
| 記録 | |
| コンパイル時間 | 218 ms |
| コンパイル使用メモリ | 7,972 KB |
| 実行使用メモリ | 23,552 KB |
| 最終ジャッジ日時 | 2026-03-08 01:43:47 |
| 合計ジャッジ時間 | 3,004 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 21 |
ソースコード
(use scheme.bitwise) (define N (read)) (when (= N 1)(print 0)(exit)) (print (integer-length (- N 1)))
n_get