Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
番号体系
Module:
番号体系
Problem
1
/9
バイナリ SS の 1 の数
Problem
自然な 10 進数
N
が与えられます。指定された数値の 2 進数表現で 1 の数を見つけます。答えを10進数で出力します。
入力
入力は単一の自然数
N
(
\(N<=255\)
) です。
インプリント
問題の答えを表示します。
例
<頭>
#
入力
出力
<本体>
1
100
3
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary