1221: [循环基础] 2因子的个数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:109 Solved:58

Description

输入一个整数。编程求出这个整数中有多少个2因子。

Input

一行,一个整数

Output

  一行,一个整数

Sample Input Copy

8

Sample Output Copy

3

Source/Category