原创
2023-04-09 10:23:17
123 阅读
原创
2023-04-02 21:36:56
99 阅读
原创
2023-04-01 13:35:39
287 阅读
1收藏
原创
2023-03-05 09:33:06
156 阅读
找出1-9中有那些组合相加等于一个特定值,例如说20 num = [1,2,3,4,5,6,7,8,9] def count(num,n): # num = list(sorted(filter(lambda x: x <= n, num))) # print(num) combinations_i
原创
2023-02-04 13:14:59
219 阅读
原创
2023-01-31 14:31:12
65 阅读
原创
2023-01-31 14:30:00
33 阅读
原创
2023-01-31 14:29:14
47 阅读
转载
2023-01-08 00:24:00
213 阅读
原创
2023-01-08 00:23:36
81 阅读