Problem1657--exam2-bitoperation1

1657: exam2-bitoperation1

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

input a integer, output the location and number of '1'

Input

a integer

Output

the location and number of '1'

Sample Input Copy

45

Sample Output Copy

1
3
4
6
4

Source/Category

145