python--study||O.o 摘要:参考代码:#time是之前的飞机降落所需的时间 def dfs(step, time): if step == n: return True for i in …… 题解列表 2024年04月21日 0 点赞 0 评论 90 浏览 评分:0.0
用python写个bfs 摘要:解题思路:注意事项:参考代码:#飞机降落,bfs枚举T = int(input())sj = [[(0,0,0)] for _ in range(T)]for i in range(T): n …… 题解列表 2024年03月11日 0 点赞 1 评论 358 浏览 评分:9.9