Олимпиадный тренинг

Задача 38621. Gromozeka's favorite number


Задача

Темы: Целые числа
Today is the commemorative STCoder Contest 100. In this case, Alice would like to give Gromozeka an integer. Since the name of the contest is STCoder Contest 100, Gromozeka would be happy if he was given a positive integer that can be divided by 100 exactly D times. Find the Nth smallest integer that will make Gromozeka happy.

Input
The input string contains two integers: D (equal to 0, 1, or 2) and N (1<=N<=100).

Imprint
Print the N-th smallest integer that can be divided by 100 exactly D times.
 

 

Examples
# Input Output
1 0 5 5
2 1 11 1100
3 2 85 850000