Run ID:97050

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

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