• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
厚积薄发
| 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2011年4月5日

uva 10702 - Travelling Salesman
摘要: URL: http://uva.onlinejudge.org/external/107/10702.htmlAC Code:/*Problem ID: 10702Solver: songyyStart Time: End Time:Time Spent:*/#include <iostream>#include <stdio.h>#include <vector>#include <string.h>#define INF 1000000usingnamespace std;int graph[100][100];int memo[100][1 阅读全文
posted @ 2011-04-05 23:32 songyy 阅读(470) 评论(0) 推荐(0)
 
uva 910 - TV Game
摘要: url: http://uva.onlinejudge.org/external/9/910.htmlhelpful discussion: http://acm.uva.es/board/viewtopic.php?f=34&t=16714&p=61697&hilit=910&sid=5e08f43bf5aa383425db1a424d7b794d#p61697helpful test Case:5A B E xB D C -C D A -D D B -E E E -55A B E -B D C xC D A -D D B -E E E -55A B E -B 阅读全文
posted @ 2011-04-05 23:17 songyy 阅读(533) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3