1635.Lucky Numbers

Time Limit: 1s Memory Limit: 256MB

The numbers of all offices in the new building of the Tax Office of IT City will have lucky numbers.

Lucky number is a number that consists of digits $7$ and $8$ only. Find the maximum number of offices in the new building of the Tax Office given that a door-plate can hold a number not longer than $n$ digits.

Input Format(From the terminal/stdin)

The only line of input contains one integer $n (1 \le n \le 55)$ - the maximum length of a number that a door-plate can hold.

Output Format(To the terminal/stdout)

Output one integer - the maximum number of offices, than can have unique lucky numbers not longer than n digits.

Sample Input 1

Copy
2
 \n

Sample Output 1

Copy
6
 \n

Sample Input 2

Copy
47
  \n

Sample Output 2

Copy
47
  \n

Submit

请先 登录

© 2025 FAQs