Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
パイソン。 基本
(Python) サブルーチン: プロシージャと関数 - 2
Module:
(Python) サブルーチン: プロシージャと関数 - 2
Problem
3
/8
数値の 2 進数表記における単位の数
Problem
10 進数表記の数値 N を指定して、この数値の 2 進数表現の 1 の数 (0 <= N <= 10
6
) を計算する関数を作成します。
例
<頭>
#
入力
出力
<本体>
1
255
8
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary