Run ID:97049

提交时间:2024-11-10 11:56:26

n=int(input()) b=1 for a in range(1,n): b=(b+1)*2 print(b)