• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






dahua1

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年2月13日

poj1606
摘要: #include typedef struct node { int a; int b; int pre; int zhong; }node; int n,m,p; node point[100000]; int visit[100][100]={0}; int tou; int wei; int last; void bfs() { //printf("%d",p); int t... 阅读全文
posted @ 2017-02-13 16:48 dahua1 阅读(110) 评论(0) 推荐(0)
 
1606
摘要: #include int last; typedef struct node{ int a; int b; int pre; int zong; }node; int A; int B; int C; int vist[99][99]; node dui[100]; void bfs() { int tou=0; int wei=1; du... 阅读全文
posted @ 2017-02-13 09:03 dahua1 阅读(238) 评论(0) 推荐(0)