302849: CF552B. Vanya and Books

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

Vanya and Books

题意翻译

求1-n的正整数一共有多少位.

题目描述

Vanya got an important task — he should enumerate books in the library and label each book with its number. Each of the $ n $ books should be assigned with a number from $ 1 $ to $ n $ . Naturally, distinct books should be assigned distinct numbers. Vanya wants to know how many digits he will have to write down as he labels the books.

输入输出格式

输入格式


The first line contains integer $ n $ ( $ 1<=n<=10^{9} $ ) — the number of books in the library.

输出格式


Print the number of digits needed to number all the books.

输入输出样例

输入样例 #1

13

输出样例 #1

17

输入样例 #2

4

输出样例 #2

4

说明

Note to the first test. The books get numbers $ 1,2,3,4,5,6,7,8,9,10,11,12,13 $ , which totals to $ 17 $ digits. Note to the second sample. The books get numbers $ 1,2,3,4 $ , which totals to 4 digits.

Input

题意翻译

求1-n的正整数一共有多少位.

加入题单

算法标签: