Expedition
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 7349
Accepted: 2179
Description
A group of cows grabbed a truck and ventured on an expedition...
分类:
其他好文 时间:
2014-10-31 20:42:45
阅读次数:
160
题意 有n辆卡车 每辆卡车用7个字符表示 输入n 再输入n行字符 第i行与第j行的两个字符串有多少个对应位置的字符不同 i与j之间的距离就是几 求连接所有卡车的最短长度 题目不是这个意思 这样理解就行了
prim啦啦啦啦
#include
#include
using namespace std;
const int N = 2005;
int cost[N], dis[N]...
分类:
其他好文 时间:
2014-10-24 20:49:34
阅读次数:
225
最小生成树问题。给你一组字母序列,问你最有可能的演变,也就是把全部的序列连通所花费最小。每次派生的花费 取决于两个字符串上 不同的字母个数。于是两两算出花费,然后Kruskal算最小。#include#include#include#include#include#include#include#i...
分类:
其他好文 时间:
2014-10-24 18:51:06
阅读次数:
170
Expedition
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 7255
Accepted: 2163
Description
A group of cows grabbed a truck and ventured on an expedition ...
分类:
其他好文 时间:
2014-10-21 21:46:39
阅读次数:
315
Truck History
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 18981
Accepted: 7321
Description
Advanced Cargo Movement, Ltd. uses trucks of different typ...
分类:
其他好文 时间:
2014-10-18 15:32:43
阅读次数:
194
实验拓扑图:说明:vlan1中包括的机子ip192.168.1.100192.168.1.101vlan2中包括的机子ip192.168.2.100192.168.2.1012811路由子端口ip0/0.1为192.168.1.2540/0.2为192.168.2.254交换机F0/24端口是truck模式允许所有vlan通过各个主机配置对应的网关配置命令:Switch#vlandatabase..
分类:
其他好文 时间:
2014-09-17 15:36:53
阅读次数:
337
实验拓扑图:说明:vlan1中包括的机子ip192.168.1.100192.168.1.101vlan2中包括的机子ip192.168.2.100192.168.2.1012811路由子端口ip0/0.1为192.168.1.2540/0.2为192.168.2.254交换机F0/24端口是truck模式允许所有vlan通过各个主机配置对应的网关配置命令:Switch#vlandatabase..
分类:
其他好文 时间:
2014-09-17 15:36:43
阅读次数:
281
http://poj.org/problem?id=1789DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are used for vegetable delivery, ot...
分类:
其他好文 时间:
2014-09-12 23:28:14
阅读次数:
232
Truck HistoryTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:178964-bit integer IO format:%lld Java class name:M...
分类:
其他好文 时间:
2014-08-28 09:36:59
阅读次数:
299
Problem DescriptionA certain local trucking company would like to transport some goods on a cargo truck from one place to another. It is desirable to ...
分类:
其他好文 时间:
2014-08-21 17:03:24
阅读次数:
246