#P250. 练41.2 计算2的幂

练41.2 计算2的幂

Description

Given a non-negative integer n, calculate 2^n.

Input Format

A single integer n, where 0≤n<31.

Output Format

A single integer representing 2 raised to the power of n.

Sample

3
8