当前没有测试数据。
A - 2^N
Score : $100$ points
Problem Statement
Given $N$, print $2^N$.
Constraints
- $0 \leq N \leq 30$
- $N$ is an integer.
Input
Input is given from Standard Input in the following format:
N
Output
Print the answer.
3
8
We have $2^3=8$.
30
1073741824