#10772. 计算2的N次方
计算2的N次方
Description
任意给定一个正整数N(N≤100),计算2的n次方的值。
## Input Format
输入一个正整数N。
## Output Format
输出2的N次方的值。
```input1 5
```output1
32
任意给定一个正整数N(N≤100),计算2的n次方的值。
## Input Format
输入一个正整数N。
## Output Format
输出2的N次方的值。
```input1 5
```output1
32
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.