Digits
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
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 9, then the number itself is divisible by 9 as well.
Now little Petya is interested in numbers with equal sum of digits. He asks his older brother Dima to findn positive integers with equal sum of digits and minimal possible total sum. Dima has other importantthings to do, so he asked you to write a program that solves this problem for him.
Input
Contains a single integer n (1 ≤ n ≤ 5000).
Output
Output the minimal possible sum of n positive integers, that all have same sum of digits.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 889
Acceptance rate 21%