5083: 【41课】【3250】计算2的幂

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:81 Solved:61

Description

给定非负整数 n,求 2n

Input

一个整数,0n<31

Output

一个整数,即 2n 次方。

Sample Input Copy

3

Sample Output Copy

8