Run ID:123106

提交时间:2025-06-28 00:30:28

n=int(input()) res=1 for i in range(n-1): res=(res+1)*2 print(res)