#P87. Output Test: Powers of 10

Output 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.