学习:换一个角度考虑问题。YY's MinionsTime Limit: 2 Seconds Memory Limit: 65536 KBDespite YY's so much homework, she would like to take some time to play with her....
分类:
其他好文 时间:
2014-08-25 20:54:04
阅读次数:
309
给你N信封和1张卡片,让你从左到右选择信封(要求是右信封比左信封大)且最左边的信封要能装进卡片#include #include #include using namespace std;struct Node{ int si, sj; unsigned short n;};Node S...
分类:
其他好文 时间:
2014-08-25 20:50:04
阅读次数:
186
Abs ProblemTime Limit: 2 Seconds Memory Limit: 65536 KB Special JudgeAlice and Bob is playing a game, and this time the game is all about the absolute...
分类:
其他好文 时间:
2014-08-25 16:56:44
阅读次数:
261
题目链接:uva 11525 - Permutation
题目大意:给定n和k,n给定的方式为k个si,根据公式计算出n,求一个由1~k组成的长度为k的序列的第n个排序
解题思路:根据公式的性质,等于对于每个位置找当前状态下第si小的数。线段树子节点均为1,维护和,查询时传入参数查找即可。
#include
#include
#include
using namespace ...
分类:
其他好文 时间:
2014-08-25 15:02:09
阅读次数:
188
7.1、7.2、7.3#include#include#include#includeusing namespace std;struct Sales_data{ string bookNo;//isbn编号 unsigned units_sold=0;//该书的销量 double...
分类:
编程语言 时间:
2014-08-25 14:45:24
阅读次数:
297
工厂模式分为简单工厂模式和复杂工厂模式,前者是使用一个类来生成实例,通常是一个单体,后者是使用子类来决定一个成员变量是哪个类的具体实例,也就是简单工厂包含在复杂工厂之中。//implements AjaxHandler,创建一个复杂的工厂来执行Ajax的一系列流程,里面包含了两个简单工厂var Si...
分类:
其他好文 时间:
2014-08-25 13:10:54
阅读次数:
206
Abs ProblemTime Limit: 2 Seconds Memory Limit: 65536 KB Special JudgeAlice and Bob is playing a game, and this time the game is all about the absolu.....
分类:
其他好文 时间:
2014-08-24 20:46:23
阅读次数:
203
创建、管理LVM:创建分区Disk/dev/xvdc:2147MB,2147483648bytes
255heads,63sectors/track,261cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Diskidentifier:0xd199e24a
De..
分类:
其他好文 时间:
2014-08-24 19:28:44
阅读次数:
387
题目:hdoj 2883 kebab
题意:现在有n个人要烤肉,有m个烤肉架,然后给出每个人的烤肉开始时间si,结束时间ei,以及要烤肉的串数num,还有拷一串的时间ti,然后问你能不能满足所有人的要求。
分析:这是一个比较经典的最大流,经典在于建图方法,这个题目难点在于时间跨度在0---100 0000,如果时间短的话就可以用题目3572的做法了。点击打开链接
后面看了别...
分类:
其他好文 时间:
2014-08-24 19:27:12
阅读次数:
307
一个网友问了我一个问题如下:loadruner报错:Error -27728: Step download timeout (120 seconds) 如何解决语法检查通过,但是在并发执行一个查询时候报错Action.c(16): Error -27728: Step download timeou...
分类:
其他好文 时间:
2014-08-24 19:12:23
阅读次数:
203