Problem1335--练41.2计算2的幂

1335: 练41.2计算2的幂

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 64 MB

Submit

Description

[md] 给定非负整数 $n$,求 $2^n$。 [/md]

Input

[md] 一个整数,$0\le n<31$。 [/md]

Output

[md] 一个整数,即 $2$ 的 $n$ 次方。 [/md]

Sample Input Copy

3

Sample Output Copy

8

HINT

[md] [/md]

Source/Category