Run ID:79373

提交时间:2024-07-03 22:42:41

n = int(input()) ans = 1 for i in range(n): ans *= 2 ans += 1 print(ans)