python中defaultdict类
摘要:
回宿舍前翻翻Codeforces的时候发现了一个有趣的代码..其实是我没这么用过 :D这是一份417B的代码 1 import sys 2 from collections import defaultdict 3 4 n = int(sys.stdin.readline()) 5 d = def... 阅读全文
posted @ 2014-05-13 23:18 Stomach_ache 阅读(186) 评论(0) 推荐(0)