Run ID:110314
提交时间:2025-02-16 14:15:40
n=input(n) n=int(n) p=1 for i in range(n-1): p=(p+1)*2 print(p)