Question

Write a function to find the next power of 2 greater than the given number?

Login to Submit

Examples

Input: 3
Output: 4

Input: 10
Output: 16

Input: 4
Output: 8