#P7063. [NWRRC 2014] Digits
[NWRRC 2014] Digits
题目描述
Little Petya likes integers. Recently he has learned about different properties of sums of number's digits. For example, if the sum of number's digits is divisible by , then the number itself is divisible by as well.
Now little Petya is interested in numbers with equal sum of digits. He asks his older brother Dima to find positive integers with equal sum of digits and minimal possible total sum. Dima has other important things to do, so he asked you to write a program that solves this problem for him.
输入格式
Input file contains a single integer .
输出格式
Output the minimal possible sum of positive integers, that all have same sum of digits.
2
11
3
33
提示
Time limit: 2 s, Memory limit: 256 MB.