#P7019. [NWRRC 2017] Auxiliary Project
[NWRRC 2017] Auxiliary Project
题目描述
Anna has just finished her course project. She has a lot of seven-segment LED displays as leftovers and a small power source. Each display consumes power proportionally to the number of lit segments, e.g . consumes twice more power than

Anna wonders what is the maximum possible sum of digits she is able to achieve, if her power source is able to light segments, and she wants to light exactly segments.
输入格式
The single line of the input contains one integer -- the number of segments that should be lit
输出格式
Output a single integer -- the maximum possible sum of digits that can be displayed simultaneously.
4
4
7
11
6
14
提示
Time limit: 3 s, Memory limit: 512 MB.