#1580. 计算2的幂

计算2的幂

Description

给定非负整数n,求2n的值,即2的n次方。

Input Format

一个整数n。0 ≤ n < 31。

Output Format

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

Source

二学阶