0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-02-17 07:26:47 +00:00

1 line
28 B
Python
Raw Normal View History

2020-10-15 21:17:38 +08:00
print(2**(int(input())+1)-2)