One day, daxia writes a big number N that can be divided by seventy-seven on the paper.
But oaiei is careless; he spilt some ink on the number, so that the four continuous digits can not be read clearly.
Now daxia asks you to calculate how large the number N could be.
Input
There are multiple test cases. For each test case, the first line contains a big integer N (10^5<=N<=10^1000000) which had lost four continuous digits, the lost four continuous digits are represented as "xxxx".
Output
For each test case, you should output the number N, so that N is the maximum number that can be divided by seventy-seven.