Run ID:110315

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

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