Degrees of two
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For a given positive integer print all powers of two less than in ascending order.
Input
One positive integer .
Output
Print all powers of two less than in ascending order.
Examples
Input #1
Answer #1
Submissions 14K
Acceptance rate 39%