题目描述 披萨店给n个地方送披萨,已知各地方(包括披萨店)之间花费的时间,求送完所有地方并回到店花费的最小时间。 输入 第一行:n, n≤10 接下来一个(n+1)*(n+1)的矩阵,0到n每个点之间的距离。 输出 最小时间。 样例输入 样例输出 题解 状压dp。 floyd求出每个点间的最短路,d ...
分类:
其他好文 时间:
2018-10-19 21:50:48
阅读次数:
112
[题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=5140 [算法] 最短路 时间复杂度 : O(N^2) [代码] ...
分类:
其他好文 时间:
2018-10-16 02:02:59
阅读次数:
201
<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
webzip ,HTTrack Website Copier, teleport pro 我主要用2 个配合起来使用,效果非常不错Cyotek WebCopy 和 HTTrack Website Copier前者选项少,轻量,能下载后者无法下载的。后者参数多,适合下载复杂的。还有没有更好的,请推荐。 ...
分类:
其他好文 时间:
2018-10-07 23:26:55
阅读次数:
2992
`df`命令查看挂在的U盘和硬盘,ssd 右边可以看到路径 ...
分类:
系统相关 时间:
2018-10-07 15:33:36
阅读次数:
220
题目描述 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
题目链接: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
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