11418 - 计算2的幂
Time Limit : 1 秒
Memory Limit : 128 MB
给定非负整数n,求2^n。
Input
一个整数n。0 <= n < 31。
Output
一个整数,即2的n次方。
Examples
Input
3
Output
8