#P3. [System Test] Powers of 10

[System Test] Powers of 10

Person in charge

Problem Description

Compute 10n10^n.

Input Format

One positive integer nn.

Output Format

One positive integer 10n10^n.

Sample

5
100000

Constraints

1n1081 \le n \le 10^8.

Out of convenience the input file does not have a newline character at the end.