#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 99 , then the number itself is divisible by 99 as well.

Now little Petya is interested in numbers with equal sum of digits. He asks his older brother Dima to find nn 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 n(1n5000)n (1 \le n \le 5000) .

输出格式

Output the minimal possible sum of nn positive integers, that all have same sum of digits.

2

11

3

33

提示

Time limit: 2 s, Memory limit: 256 MB.