1783: 计算2的幂
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
非负整数n,求2^n,即2的n次方。
Input
一个整数n。0 ≤ n < 31。
Output
一个整数,即2的n次方。
Sample Input Copy
3
Sample Output Copy
8