5124: 【45课】【3276】 计算2的幂

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:65 Solved:48

Description

给定非负整数 n,求 2n (1≤n≤31)

Input

输入只有一行,该行包含一个整数n 。

Output

一个整数,即 2 的 n 次方。

Sample Input Copy

3

Sample Output Copy

8