Problem2349-- 2^N

2349: 2^N

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

Description

Time Limit: 2 sec / Memory Limit: 1024 MB

Score : 100100 points

Problem Statement

Given NN, print 2^N2N.

Constraints

  • 0 \leq N \leq 300N30
  • NN is an integer.

Input

Input is given from Standard Input in the following format:
NN

Output

Print the answer.

Sample Input Copy

3

Sample Output Copy

8

HINT

We have 2^3=823=8.

Source/Category