1405: 2的N次方

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:45 Solved:28

Description

任意给定一个正整数N,计算2的n次方的值。

Input

输入一个正整数N。

Output

输出2的N次方的值。

Sample Input Copy

5

Sample Output Copy

32

HINT

0 ≤ N ≤ 100

Source/Category