一样的解法 摘要:MAX = 1000 dp = [[0.0, 0.0] for _ in range(MAX)] a = [0] * MAX n = int(input()) for i in range(1…… 题解列表 2023年11月17日 0 点赞 0 评论 90 浏览 评分:9.9