#A3. Output Test: Powers of 10

Output Test: Powers of 10

Description

Calculate 10n10^n.

Input

A positive integer nn.

Output

A positive integer representing the value of 10n10^n.

Samples

5
100000

Tips

1n1081 \le n \le 10^8.