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