码迷,mamicode.com
首页 >  
搜索关键字:hie with the pie    ( 857个结果
【poj3311】Hie with the Pie
题目描述 披萨店给n个地方送披萨,已知各地方(包括披萨店)之间花费的时间,求送完所有地方并回到店花费的最小时间。 输入 第一行:n, n≤10 接下来一个(n+1)*(n+1)的矩阵,0到n每个点之间的距离。 输出 最小时间。 样例输入 样例输出 题解 状压dp。 floyd求出每个点间的最短路,d ...
分类:其他好文   时间:2018-10-19 21:50:48    阅读次数:112
[Usaco2017 Dec] A Pie for a Pie
[题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=5140 [算法] 最短路 时间复杂度 : O(N^2) [代码] ...
分类:其他好文   时间:2018-10-16 02:02:59    阅读次数:201
Jenkins邮件配置
发件人配置 收件人配置 ...
分类:其他好文   时间:2018-10-13 19:53:16    阅读次数:167
vue-echarts-v3 使用 tooltip显示内容自定义
<template> <div class="echarts"> <IEcharts :option="pie" @ready="onReady" @click="onClick"></IEcharts> <button @click="test">go</button> </div> </temp ...
分类:其他好文   时间:2018-10-13 14:37:14    阅读次数:2683
Linux磁盘配额
Linux磁盘配额
分类:系统相关   时间:2018-10-11 14:26:00    阅读次数:197
三款扒站神器
webzip ,HTTrack Website Copier, teleport pro 我主要用2 个配合起来使用,效果非常不错Cyotek WebCopy 和 HTTrack Website Copier前者选项少,轻量,能下载后者无法下载的。后者参数多,适合下载复杂的。还有没有更好的,请推荐。 ...
分类:其他好文   时间:2018-10-07 23:26:55    阅读次数:2992
ubuntu dd烧录镜像文件
`df`命令查看挂在的U盘和硬盘,ssd 右边可以看到路径 ...
分类:系统相关   时间:2018-10-07 15:33:36    阅读次数:220
Bribe the Prisoners
题目描述 In a kingdom there are prison cells (numbered 1 to P) built to form a straight line segment. Cells number i and i+1 are adjacent, and prisoners i ...
分类:其他好文   时间:2018-10-06 19:47:46    阅读次数:202
Hie with the Pie(poj3311)
题目链接:http://poj.org/problem?id=3311 学习博客:https://blog.csdn.net/u013480600/article/details/19692985 Hie with the Pie Time Limit: 2000MS Memory Limit: 6 ...
分类:其他好文   时间:2018-10-05 15:08:57    阅读次数:170
2018SDIBT_国庆个人第四场
A - A 这题很巧妙啊,前两天刚好做过,而且就在博客里 Little C Loves 3 I time limit per test 1 second memory limit per test 256 megabytes input standard input output standard ...
分类:其他好文   时间:2018-10-05 12:20:15    阅读次数:142
857条   上一页 1 ... 29 30 31 32 33 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!