Three digit numbers
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find all three digit numbers with sum of digits equals to .
Input
One integer .
Output
Print in the first line the number of found three digit numbers. In the next lines print these numbers in increasing order.
Examples
Input #1
Answer #1
Submissions 6K
Acceptance rate 54%