This commit is contained in:
2023-06-23 23:52:01 +02:00
parent 299c66d872
commit 3e5dd1f610

1
planina.py Normal file
View File

@@ -0,0 +1 @@
print((2 ** int(input()) + 1) ** 2)