摘要: poj1741 题:http://poj.org/problem?id=1741 题意:给定树,和一个树k,问有多少个点对之间的路径是不超过k #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> usin 阅读全文
posted @ 2019-09-21 13:56 starve_to_death 阅读(157) 评论(0) 推荐(0) 编辑