会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WindFreedom
热爱数学,热爱编程,热爱生活 ~~~~~~~~~~~~~~~~~~~~~~~~歡迎來撩!
首页
新随笔
管理
随笔分类 -
acm图论-最短路&分层图
hdu3499(分层图最短路 or 反向建图)
摘要:传送门 方法一:分层图 #include<bits/stdc++.h> #define per(i,a,b) for(int i=a;i<=b;i++) #define mod 1000000007 using namespace std; typedef long long ll; const l
阅读全文
posted @
2018-09-06 11:57
WindFreedom
阅读(405)
评论(0)
推荐(0)