#5924. 练41.2计算2的幂

练41.2计算2的幂

Description

给定非负整数 nn,求 2n2^n

Input Format

一个整数,0n<310\le n<31

Output Format

一个整数,即 22nn 次方。

3
8

Source

http://bas.ssoier.cn:8086/problem_show.php?pid=3250 函数