#jag2018summerday2a. [jag2018summer_day2_a]10^N+7
[jag2018summer_day2_a]10^N+7
Problem Statement
You are given three non-negative integers, , , . Your task is to find the smallest non-negative integer with all of the following conditions:
Constraints
Input
The input is given from Standard Input in the following format:
Output
Print the value of in the statement.
Sample Input 1
15 50 1
Sample Output 1
1000000008
Sample Input 2
0 0 0
Sample Output 2
0
Sample Input 3
3 14 159265358
Sample Output 3
1050159272708