2014-06-07から1日間の記事一覧

最長しりとりは、 勉強会でやっている。こんな感じ。 from pulp import * with open('cpp11_keywords.csv') as fp: l = [s.rstrip() for s in fp.readlines()] nl = len(l) rl = range(nl) arcs = [] # アークとする aout = [[] for i in rl] # 出るアーク a…