跳到主要内容
图灵 OJTURING / ONLINE JUDGE

#F0597. Hexadecimal's Numbers

    ID: 603 传统题 2000ms 256MiB 尝试: 0 已通过: 0 难度: 2 上传者: 标签>枚举模拟数学算法思想编程与模拟基础难度共享题库Codeforces英文题面题目来源题面语言

Hexadecimal's Numbers

题目描述

C. Hexadecimal's Numbers
time limit per test
1 second
memory limit per test
64 megabytes
input
standard input
output
standard output

One beautiful July morning a terrible thing happened in Mainframe: a mean virus Megabyte somehow got access to the memory of his not less mean sister Hexadecimal. He loaded there a huge amount of n different natural numbers from 1 to n to obtain total control over her energy.

But his plan failed. The reason for this was very simple: Hexadecimal didn't perceive any information, apart from numbers written in binary format. This means that if a number in a decimal representation contained characters apart from 0 and 1, it was not stored in the memory. Now Megabyte wants to know, how many numbers were loaded successfully.

Input

Input data contains the only number n (1≤n≤109).

Output

Output the only number − answer to the problem.

Examples
Input
10
Output
2
Note

For n = 10 the answer includes numbers 1 and 10.


题目来源:fps-www.educg.net-codeforce-1-2833.xml.zip;FPS 共享题包,题包内第 3 题。保留原作者与原赛事署名。