网站首页 站内搜索

搜索结果

查询Tags标签: WWWW,共有 2条记录
  • 用python写的推箱子搜索程序

    1 # -*- coding: gbk -*-2 from functools import reduce3 from copy import deepcopy4 import re5 def s(l): return reduce(lambda x,y:x+y, l, )6 class Brd:7 def __init__(m, s):8 m.x = m.y = -1; m.b = []9 b = [x for x in re.split([\r|\n],…

    2021/11/29 14:07:20 人评论 次浏览
  • 用python写的推箱子搜索程序

    1 # -*- coding: gbk -*-2 from functools import reduce3 from copy import deepcopy4 import re5 def s(l): return reduce(lambda x,y:x+y, l, )6 class Brd:7 def __init__(m, s):8 m.x = m.y = -1; m.b = []9 b = [x for x in re.split([\r|\n],…

    2021/11/29 14:07:20 人评论 次浏览
扫一扫关注最新编程教程