CF354E.Lucky Number Representation
普及/提高-
通过率:0%
AC君温馨提醒
该题目为【codeforces】题库的题目,您提交的代码将被提交至codeforces进行远程评测,并由ACGO抓取测评结果后进行展示。由于远程测评的测评机由其他平台提供,我们无法保证该服务的稳定性,若提交后无反应,请等待一段时间后再进行重试。
题目描述
We know that lucky digits are digits 4 and 7 , however Vasya's got another favorite digit 0 and he assumes it also is lucky! Lucky numbers are such non-negative integers whose decimal record only contains lucky digits. For example, numbers 0,47,7074 are lucky, but 1,7377,895, - 7 are not.
Vasya has t important positive integers he needs to remember. Vasya is quite superstitious and he wants to remember lucky numbers only, so he is asking you for each important number to represent it as a sum of exactly six lucky numbers (Vasya just can't remember more numbers). Then Vasya can just remember these six numbers and calculate the important number at any moment.
For each of t important integers represent it as the sum of six lucky numbers or state that this is impossible.
输入格式
The first line contains a single integer t (1<=t<=5000) .
Next t lines contain a single positive integer ni (1<=ni<=1018) — the list of important numbers.
Please, do not use the %lld to read or write 64-bit integers С++. It is preferred to read the cin, cout streams or the %I64d specifier.
输出格式
Print t lines. The i -th line must contain the answer for the i -th important number: if the solution exists, the line must contain exactly six lucky numbers the sum of which equals ni , if the solution doesn't exist the string must contain a single integer -1.
If there are multiple answers print any of them.
输入输出样例
输入#1
5 42 17 444 7 51
输出#1
7 7 7 7 7 7 -1 400 0 40 0 4 0 7 0 0 0 0 0 47 4 0 0 0 0