#abc256a. [abc256_a]2^N

[abc256_a]2^N

Problem Statement

Given NN, print 2N2^N.

Constraints

  • 0leqNleq300 \\leq N \\leq 30
  • NN is an integer.

Input

Input is given from Standard Input in the following format:

NN

Output

Print the answer.


Sample Input 1

3

Sample Output 1

8

We have 23=82^3=8.


Sample Input 2

30

Sample Output 2

1073741824