Power Of 2

5

1 votes
Easy
Problem

Problem:

Find the max power of 2 that divides the given integer(n).

Input Format:

a single integer n on the first line.

Output Format:

single integer denoting the highest power of 2 that divides the given integer(n).

Constraints:

0n106

Time Limit: 0.12
Memory Limit: 256
Source Limit:
Editor Image

?