2838.Tavas and SaDDas

Time Limit: 1s Memory Limit: 256MB

Once again Tavas started eating coffee mix without water! Keione told him that it smells awful, but he didn't stop doing that. That's why Keione told his smart friend, SaDDas to punish him! SaDDas took Tavas' headphones and told him: "If you solve the following problem, I'll return it to you."

2838_1.png

The problem is:

You are given a lucky number n. Lucky numbers are the positive integers whose decimal representations contain only the lucky digits 4 and 7. For example, numbers 47, 744, 4 are lucky and 5, 17, 467 are not.

If we sort all lucky numbers in increasing order, what's the 1-based index of n?

Tavas is not as smart as SaDDas, so he asked you to do him a favor and solve this problem so he can have his headphones back.

Input Format(From the terminal/stdin)

The first and only line of input contains a lucky number n (1 \le n \le 109).

Output Format(To the terminal/stdout)

Print the index of n among all lucky numbers.

Sample Input 1

Copy
4
 \n

Sample Output 1

Copy
1
 \n

Sample Input 2

Copy
7
 \n

Sample Output 2

Copy
2
 \n

Sample Input 3

Copy
77
  \n

Sample Output 3

Copy
6
 \n

Submit

请先 登录

© 2025 FAQs