Run ID:93759
提交时间:2024-10-19 11:03:23
a = int(input()) b = 1 for i in range(a-1): b = (b+1)*2 print(b)