Problem2479--奇怪的函数

2479: 奇怪的函数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

使得xx达到或超过n位数字的最小正整数x是多少?

Input

一个正整数n

Output

使得xx达到或超过n位数字的最小正整数x

Sample Input Copy

11

Sample Output Copy

10

HINT

对于所有的数据1≤n≤2 * 10

Source/Category

admin