Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
番号体系
Module:
番号体系
Problem
3
/9
次の番号
Problem
与えられた自然数
N
。それに続く数値を決定する必要があります。そのバイナリ分解では、数値
N
のバイナリ分解と同じ数のユニットがあります。
入力
入力には単一の自然数
N
(
\(N <= 2^{30}\)
) が含まれます。部門 >
出力
問題の答えを表示します。
例
<頭>
#
入力
出力
<本体>
1
1
2
2
2
4
3
3
5
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary