Write a program that calculates 2^N.
The use of the exponentiation operator is forbidden.
A single non-negative integer N (0 ≤ N ≤ 30).
Print the value of 2^N.