Time Limit:2000MSMemory Limit:65536KTotal Submissions:20884Accepted:8075DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types. Some ...
分类:
编程语言 时间:
2015-07-15 22:24:15
阅读次数:
114
Truck HistoryTime Limit:2000MSMemory Limit:65536KTotal Submissions:20850Accepted:8065DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different...
分类:
其他好文 时间:
2015-07-14 00:05:28
阅读次数:
216
汽车租赁系统主界面如下:关键点一:怎样理清各个类之间的关系?一共需要4个类:Car 类,Truck类,Vehicle类,VehicleUtil类Car类:小汽车类 主要包括小汽车价格的计算方法Truck类:货车类 主要包括货车费用的计算方法Vehicle类:车辆类 描述车辆的一些基本信息Vehic....
分类:
其他好文 时间:
2015-07-12 20:19:58
阅读次数:
196
1. 错误描述1 queries executed, 0 success, 1 errors, 0 warnings查询:SELECT t.id, DATE_FORMAT( t.statisTime, '%Y-%m-%d %H:%i:%s' ) statisTime, (SELECT `id` FROM t_truck_info WHERE id = t.plateId...错误代码: 1242
S...
分类:
其他好文 时间:
2015-07-10 23:47:23
阅读次数:
425
Truck HistoryTime Limit:2000MSMemory Limit:65536KTotal Submissions:20768Accepted:8045DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different...
分类:
其他好文 时间:
2015-07-08 14:17:05
阅读次数:
91
Truck HistoryTime Limit:2000MSMemory Limit:65536KTotal Submissions:18981Accepted:7321DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different...
分类:
其他好文 时间:
2015-07-02 22:19:36
阅读次数:
126
【POJ 1789】Truck History...
分类:
其他好文 时间:
2015-06-30 10:37:08
阅读次数:
128
I want to have one OBD scanner for most worldwide famous car models, no need cover truck models. I only want to do basic OBD diagnosing, not programmi...
分类:
其他好文 时间:
2015-06-26 10:42:12
阅读次数:
130
题目传送门 1 /* 2 题意:给出n个长度为7的字符串,一个字符串到另一个的距离为不同的字符数,问所有连通的最小代价是多少 3 Kuskal/Prim: 先用并查集做,简单好写,然而效率并不高,稠密图应该用Prim。这是最小生成数的裸题,然而题目有点坑爹:( 4 */ 5 #inc...
分类:
其他好文 时间:
2015-06-13 18:18:44
阅读次数:
116