Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
题目比较难理解重点是m的含义:事件点集 对应 m个“因事件”点集,对于这m个“因事件”点集,可能是所有点的 因事件,也可能是某个或某几个点的因事件。 求:全部因事件点中时间最早的那个点的时间最大值 例: 4 1 1 -1 1 3 1 4 2 6 这里m=1,所以这1个因事件一定是所有点集的因事件点。这个点是(t,x)=(-2 -2) 4 2 1 -1 1 3 1 4 2 6 这里m=2,所以可以有两个因事件,可以是(-1,-1)和(-1,4),当然这时候答案为-1不是最优的,最优解应该是(0,-1),(0,4),这时候为示例输出的答案0 Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator