cho.sh
Notes
Loading...

Exponential Operation

Time limit

2s

Memory limit

8 MB

Problem

Given a positive integer NNN, write a program that prints the exact decimal value of 12N\displaystyle\frac{1}{2^N}2N1​.

Input

The first line contains an integer NNN.

Output

Print the exact value of 12N\displaystyle\frac{1}{2^N}2N1​ in decimal notation on the first line. Do not append unnecessary trailing 000s after the decimal representation.

Constraints

  • 1≤N≤2501 \le N \le 2501≤N≤250