2393: 奇怪的函数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:8 Solved:3

Description

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

Input

输入一个正整数 n

Output

输出使得 X 达到 n 位数字的最小正整数 x

Sample Input Copy

11

Sample Output Copy

10

HINT

n≤2 000 000 000