会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
blues
Ever tried,ever failed,no matter,try again,fail again,fail better.
博客园
首页
新随笔
联系
订阅
管理
2017年2月25日
SPOJ - UOFTCG 树的最小路径覆盖
摘要: 1 //SPOJ - UOFTCG 树的最小路径覆盖 2 3 #include 4 #include 5 using namespace std; 6 #define ll long long 7 const int mod = 1e9+7; 8 const int maxn=510; 9 const int N = 1e5+10; 10 int cnt; 11 int ...
阅读全文
posted @ 2017-02-25 14:41 yyblues
阅读(430)
评论(0)
推荐(0)
编辑
公告