Run ID:110316

提交时间:2025-02-16 14:16:38

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