#P267. 【例44.2】 1的个数
【例44.2】 1的个数
Description
Given a non-negative decimal integer , find the number of 's in its binary representation.
Input Format
A single line containing a non-negative integer ().
Output Format
A single line containing an integer representing the number of 's in the binary representation of .
Sample
1003