Nunchi game

Print the largest allowed integer, 100000, since there is no input and the score equals the printed number.

Easy1ImplementationNo attempts yetTime limit1sMemory limit512 MB

Problem

Print one integer NN. NN must satisfy 1N1000001 \le N \le 100000.

Your score equals the number you print. If you print a number that is 11 greater than the previous person's number, the penalty drops by 100100. You are not the previous person.

There is no input, so there is no previous person. The penalty does not drop. The score equals NN. Print the unique NN that makes the score as large as possible.

Input

There is no input.

Output

Print the integer NN on the first line. NN is 100000100000.