Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93759 丁俊杰 13猴子吃桃 Python3 Accepted 39 MS 3764 KB 76 2024-10-19 11:03:23

Tests(10/10):


Code:

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