CF352A Jeff and Digits

Description

Jeff's got $ n $ cards, each card contains either digit 0, or digit 5. Jeff can choose several cards and put them in a line so that he gets some number. What is the largest possible number divisible by 90 Jeff can make from the cards he's got? Jeff must make the number without leading zero. At that, we assume that number 0 doesn't contain any leading zeroes. Jeff doesn't have to use all the cards.

Input Format

N/A

Output Format

N/A

Explanation/Hint

In the first test you can make only one number that is a multiple of 90 — $ 0 $ . In the second test you can make number $ 5555555550 $ , it is a multiple of $ 90 $ .