摘要: 1. 2023/3/20: 1.python3的dfs 1 n, p = map(int, input().split()) 2 3 4 def change_to_num(lst): # 将一个列表转化成一个数字 5 x = 0 6 for i in range(len(lst)): 7 x += 阅读全文
posted @ 2023-03-22 21:01 Zac-saodiseng 阅读(383) 评论(0) 推荐(0)