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

P1096 Hanoi 双塔问题

R39866257
This commit is contained in:
Baoshuo Ren 2020-10-15 21:17:38 +08:00 committed by Baoshuo Ren
parent 616e3b9faf
commit 0c2217509e
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

1
problem/P1096/P1096.py Normal file
View File

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