Score : $100$ points
Given $N$, print $2^N$.
Input is given from Standard Input in the following format:
$N$
Print the answer.
3
8
We have $2^3=8$.
30
1073741824