Files
kattis/planina.py
2023-06-23 23:52:01 +02:00

2 lines
36 B
Python

print((2 ** int(input()) + 1) ** 2)