Run ID:110317

提交时间:2025-02-16 14:18:40

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