Board logo

标题: [原创代码] python解无忧公主的数学时间097.py [打印本页]

作者: codegay    时间: 2016-3-30 00:40     标题: python解无忧公主的数学时间097.py

python解无忧公主的数学时间097.py
  1. """
  2. python解无忧公主的数学时间097.py
  3. codegay 2016年3月30日 00:17:26
  4. http://mp.weixin.qq.com/s?__biz=MzI5ODEwMDQyNw==&mid=402225879&idx=1&sn=6ea8e1d5e6a2520ad65eb2713a98af6e&3rd=MzA3MDU4NTYzMw==&scene=6#rd
  5. """
  6. from itertools import product
  7. n=[[h for h in range(1,7+1)] for r in range(5)]
  8. f=lambda x:x[1]>x[0] and x[1]>x[2] and x[3]>x[2] and x[3]>x[4] and len(set(x))==5
  9. x={r for r in product(*n) if f(r)}
  10. print("097结果:",len(x))
  11. #336
  12. #[Finished in 0.1s]
复制代码





欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2